Contacts
Delete a Contact Variable
Removes a specific variable key from a contact, or all variables if key is omitted.
- With
key: atomically removes that key and its_sourcesentry. Returns404if the key does not exist. - Without
key: deletes the entirecontact_variablesrecord for the contact.
DELETE
/
contacts
/
variables
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
id
string
requiredContact ID or Conversation ID.
key
string
Variable key to remove. Omit to delete all variables for the contact.
Response
200 - application/json
variables
object
Free-form key-value store for a contact. Keys starting with _ are reserved for internal
metadata. The special _sources key tracks the origin of each variable.
Was this page helpful?

