cURL
curl --request DELETE \ --url https://api.artemis.cynopsis.co/api/customer/{customerId}/document/{documentId} \ --header 'Authorization: Bearer <token>' \ --header 'X-Domain-ID: <x-domain-id>'
The access token received from the authorization server in the OAuth 2.0 flow.
X-Domain-ID
customerId
documentId
OK