Documents
Delete a document
Deleting a document moves it to the trash. If not restored within 30 days it is permenantly deleted.
post/documents.delete
Request body
Example request
{
"id": "hDYep1TPAM"
}Response
OK
Example response
{
"success": true
}