Conversational Pathways
Delete Pathway
Delete your conversational pathway.
DELETE
/
v1
/
pathway
/
{pathway_id}
Headers
authorization
string
requiredYour API key for authentication.
Path Parameters
pathway_id
string
requiredThe unique identifier of the conversational pathway you want to delete.
Response
status
string
Can be success
or error
.
pathway_id
string
A unique identifier for the pathway (present only if status is success
).