Delete document
Delete document
DELETE https://api.notify.cm/v2/documents/{document_id}
Headers
Name
Type
Description
Authorization
string
Your test or live API key
HTTP/1.1 204 No ContentHTTP/1.1 404 Not Found
Content-Type: application/hal+json
{
"status": 404,
"title": "Not Found",
"detail": "No document exists with id I_dont_exist."
}Example
curl -X DELETE https://api.notify.cm/v2/documents/ \
-H "Authorization: Bearer test_R7HQ9QpXgx8J32rW9X9UyXjgfNk6C7TQ2UD8M5rwf8vVnYxnSETvSuEC6SKFW8Ug" \Response
HTTP/1.1 204 No ContentLast updated
Was this helpful?