PPylon Developers
ApiA I Agents

End an AI conversation

Marks a conversation as completed. No further messages can be sent.

POST
/api/v1/agents/conversations/{id}/end
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/problem+json

curl -X POST "https://loading/api/v1/agents/conversations/497f6eca-6276-4993-bfeb-53cbbbba6f08/end"
Empty
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}