DELETE
/
v1
/
convo_pathway
/
{pathway_id}
curl --request DELETE \
  --url https://app.luly.ai/api/v1/convo_pathway/{pathway_id} \
  --header 'authorization: <authorization>'
{
  "status": "success",
  "message": "Pathway deleted successfully"
}

Headers

authorization
string
required

Your API key for authentication.

Path Parameters

pathway_id
string
required

The 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).

{
  "status": "success",
  "message": "Pathway deleted successfully"
}