cURL
curl --request DELETE \ --url https://example.com/v1/api/datastores/v1/collections/{collectionId}/documents/{documentId} \ --header 'X-DOMO-Developer-Token: <api-key>'
{ "message": "<string>" }
Remove a document from a collection.
Domo Developer Token for authentication.
The ID of the collection.
The ID of the document.
No Content