Delete Permanent Supporting Document

Description

Deletes a permanent document.

Request

HTTP Method: DELETE

URI Path: /v3/permanent_supporting_documents/{id}

URI Query Parameters:

Name

Type

Is Required?

Description

id

string

Yes

Unique ID identifier of Permanent supporting document.

Examples

http

DELETE /v3/permanent_supporting_documents/19510da3-c07e-4fa9-a696-6b9ab89cc172 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/permanent_supporting_documents/19510da3-c07e-4fa9-a696-6b9ab89cc172

response

HTTP/1.1 204 No Content
Content-Type: application/vnd.api+json

Other Responses

Code

Success

Description

401

No

Unauthorized