CRMchat APIBeta
Workspace Properties

Delete workspace property

DELETE
/workspaces/{workspaceId}/properties/{objectType}/{propertyKey}

Deletes a workspace-scoped property definition.

Authorization

bearerAuth
AuthorizationBearer <token>

API key (sk_...) as Bearer token

In: header

Path Parameters

workspaceId*string
objectType*"contacts"

Value in

  • "contacts"
propertyKey*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

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