Conversations
Delete Custom Variable
DELETE
/
variables
/
{conversationId}
/
{varName}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
conversationId
string
requiredConversation ID.
varName
string
requiredName of the variable to be deleted.
Response
200 - application/json
message
string
deleted
object
Was this page helpful?