CRMchat APIBeta
Organization Properties

Delete organization property

DELETE
/organizations/{organizationId}/properties/{objectType}/{propertyKey}

Authorization

bearerAuth
AuthorizationBearer <token>

API key (sk_...) as Bearer token

In: header

Path Parameters

organizationId*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/organizations/string/properties/contacts/string" \  -H "Content-Type: application/json" \  -d '{}'
null