cURL
curl --request DELETE \ --url https://app.sphinxhq.com/api/documents/{id}/ \ --header 'Authorization: Bearer <token>'
Delete a specific document by ID
OAuth2 access token obtained from POST /api/oauth/token/ using client credentials.
A unique integer value identifying this checks document.
No response body
Was this page helpful?