Endpoints
Conversation - Delete Variable
DELETE
/
variables
/
{conversation-id}
/
{varName}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
conversation-id
string
requiredID of the conversation
varName
string
requiredName of the variable
Response
200 - application/json
message
string
deleted
object
Was this page helpful?