DELETE
/
contacts
/
variables

Authorizations

Authorization
string
headerrequired

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

Query Parameters

id
string
required

Contact 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.