Delete Proof
Description
Deletes a proof.
Request
HTTP Method: DELETE
URI Path: /v3/proofs
URI Query Parameters:
| Name | Type | Is Required? | Description | 
|---|---|---|---|
| id | 
 | Yes | Unique ID identifier of Proof. | 
Examples
http
DELETE /v3/proofs 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
response
HTTP/1.1 202 Deleted
Content-Type: application/vnd.api+json
Other Responses
| Code | Success | Description | 
|---|---|---|
| 401 | No |