cURL
curl --request DELETE \ --url https://{instance}.domo.com/api/datastores/v1/collections/{collectionId}/documents/{documentId} \ --header 'X-DOMO-Developer-Token: <api-key>'
{ "message": "<string>" }
Remove a document from a collection.
Documentation IndexFetch the complete documentation index at: https://domoinc-openapi-sync-documents.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://domoinc-openapi-sync-documents.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Domo Developer Token for authentication.
The ID of the collection.
The ID of the document.
No Content