CRMchat APIBeta

Delete contact

DELETE
/workspaces/{workspaceId}/contacts/{contactId}

Deletes a contact and all its associated activities.

Authorization

bearerAuth
AuthorizationBearer <token>

API key (sk_...) as Bearer token

In: header

Path Parameters

workspaceId*string
contactId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/workspaces/string/contacts/string" \  -H "Content-Type: application/json" \  -d '{}'
null