Skip to main content
DELETE
/
crm
/
objects
/
{objectName}
/
entries
/
{entryId}
Delete entry
curl --request DELETE \
  --url https://www.dench.com/api/v1/crm/objects/{objectName}/entries/{entryId} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "type": "<string>",
    "code": "<string>",
    "details": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

Workspace-scoped Dench API key from workspace settings. This is the same key used by DENCH_API_KEY in sandboxes.

Path Parameters

objectName
string
required
entryId
string
required

Response

Successful response