Delete app conversation
DELETE /api/v1/app-conversations/{conversation_id}
Delete an app conversation and its associated data. This endpoint deletes the conversation and cleans up sandbox resources if no other conversations are using the same sandbox.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversation_id | path | string | yes | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
404 | Item not found |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
success | boolean | no | — |
Operation ID: delete_app_conversation_api_v1_app_conversations__conversation_id__delete