Skip to content

Delete Conversation

DELETE
/api/v1/projects/{project_id}/conversations/{conversation_id}
curl --request DELETE \
--url https://aura.strangeworks.com/api/v1/projects/example/conversations/example \
--header 'Authorization: Bearer <token>'
project_id
required
Project Id
string
conversation_id
required
Conversation Id
string

Successful Response

Media typeapplication/json
Response Delete Conversation Api V1 Projects Project Id Conversations Conversation Id Delete
object
key
additional properties
integer
Examplegenerated
{
"additionalProperty": 1
}

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"ctx": {},
"input": "example",
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}