curl --request DELETE \
--url 'http://localhost:8000/conversations/{conversation_id}' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
Delete a delete conversation conversations conversation ID
Delete a specific conversation.
DELETE
/
conversations
/
{conversation_id}
curl --request DELETE \
--url 'http://localhost:8000/conversations/{conversation_id}' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
Delete a specific conversation.
Path parameters
string
required
Response
No response body. Conversation deleted successfully.Status codes
| Code | Meaning |
|---|---|
204 | Conversation deleted successfully |
401 | Authentication required |
404 | Conversation not found |
422 | Validation Error |
429 | Rate limit exceeded |
curl --request DELETE \
--url 'http://localhost:8000/conversations/{conversation_id}' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
Last modified on August 31, 2026