curl --request POST \
--url https://api.example.com/api/v1/conversations/{conversation_id}/stop/ \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Session ID to stop
Successful Response
The response is of type Response Stop Generation Api V1 Conversations Conversation Id Stop Post · object.
curl --request POST \
--url https://api.example.com/api/v1/conversations/{conversation_id}/stop/ \
--header 'Authorization: Bearer <token>'{}