Latest Legacy

Delete a compliance document

This API deletes a compliance document.

API Endpoint

DELETE https://api.plivo.com/v1/Account/{auth_id}/ComplianceDocument/{ID}

Arguments

aliasstring

Friendly name for the document.

end_user_idstring

Unique identifier for the end user associated with the compliance document.

document_type_idstringRequired

Unique identifier of the compliance document type this document is an instance of.

Informationstring

List of relevant information as defined by the compliance document type object.

proof file

Scanned proof supporting the provided information.

Response

{
   "api_id": "a75ab7a6-e571-11ec-8e0a-0242ac110003",
   "message": "changed"
}

Example Request

1
1
1
1
1
1
1
1