Skip to main content
DELETE
/
agency
/
pathway
/
{id}
Delete pathway
curl --request DELETE \
  --url https://api.cleartalk.ai/agency/pathway/{id} \
  --header 'x-api-key: <api-key>'
{
  "message": "Pathway deleted successfully."
}

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

id
number
required

Pathway ID to delete

Example:

1

Response

Pathway deleted successfully

message
string
required
Example:

"Pathway deleted successfully."