Skip to main content
DELETE
/
threads
/
{thread_id}
Delete Thread
curl --request DELETE \
  --url https://api.example.com/threads/{thread_id}
{
  "detail": "<string>"
}

Path Parameters

thread_id
string<uuid>
required

The ID of the thread.

Response

Success