cURL
curl --request DELETE \ --url https://api.reqlick.com/documents/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "slug": "<string>" }'
{ "error": false }
Delete a document by ID for the authenticated workspace.