Objective:
- Document delete request
- Document destroy call
Environment:
- Clio's API v4
Additional Information:
Complete details of this request can be found in the API v4 documentation by clicking here.
Procedure:
Deleting a Document can be completed by making a DELETE
request to: https://app.clio.com/api/v4/documents/{id}.json
Replace {id}
with the ID number of the Document in Clio.
Successful deletion requests should return a 204 No Content
status.