Skip to main content
DELETE
/
api
/
datastores
/
v1
/
collections
/
{collectionId}
/
documents
/
{documentId}
Delete Document
curl --request DELETE \
  --url https://example.com/v1/api/datastores/v1/collections/{collectionId}/documents/{documentId} \
  --header 'X-DOMO-Developer-Token: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication.

Path Parameters

collectionId
string
required

The ID of the collection.

documentId
string
required

The ID of the document.

Response

No Content