Delete an agent conversation
Soft-deletes an agent conversation owned by the authenticated user.
The controller scopes the lookup by _id, orgId, userId, and agentKey. If no matching writable conversation is found, the route is intentionally a no-op and still returns HTTP 200 with conversation: null.
This makes the operation idempotent:
- deleting a nonexistent conversation returns success with null
- deleting through a different agentKey returns success with null
- deleting an already deleted conversation returns success with null
Path parameters
Response
Conversation deleted or no-op delete completed successfully
Changes
Changed in 3 of the 15 revisions of this API.113
- ●
added the new
tool_callenum value to the///response property for the response statusresponse-property-enum-value-added
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
///became nullable for the statusresponse-property-became-nullable
- ▲