Skip to main content
DELETE
/
v1
/
caller-trust
/
enterprise
Delete the caller's enterprise registration (deprecated)
curl --request DELETE \
  --url https://api.revdesk.com/v1/caller-trust/enterprise \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "deleted": true
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string

UUID — when present, deduplicates repeat submissions. See /api-reference/idempotency.

Response

Success

data
object
required