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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Document ID
Document deleted successfully
The response is of type object.
object