Delete Proof
Description
Deletes a proof.
Request
HTTP Method: DELETE
URI Path: /v3/proofs/{id}
URI Query Parameters:
Name |
Type |
Is Required? |
Description |
|---|---|---|---|
id |
|
Yes |
Unique ID identifier of Proof. |
Examples
http
DELETE /v3/proofs/ed46925b-a830-482d-917d-015858cf7ab9 HTTP/1.1
Host: api.didww.com
Content-Type: application/vnd.api+json
Accept: application/vnd.api+json
Api-Key: [API token]
curl
curl -i -X DELETE https://nohost/v3/proofs/ed46925b-a830-482d-917d-015858cf7ab9
response
HTTP/1.1 204 No Content
Content-Type: application/vnd.api+json
Other Responses
Code |
Success |
Description |
|---|---|---|
401 |
No |