Skip to main content
DELETE
/
v1
/
v2
/
conversations
/
{conversation_id}
Delete a v2 conversation and purge its data + blobs
curl --request DELETE \
  --url https://api-sandbox.featherhq.com/v1/v2/conversations/{conversation_id} \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Response

Successful Response