Skip to main content

Delete Thread

Delete a conversation thread and all its messages.

DELETE /api/v1/threads/:id

Required Scope: threads:write

Request

Path Parameters

ParameterTypeDescription
idstringThread ID

Example

curl -X DELETE "https://api.flowmaestro.io/api/v1/threads/thread_xyz789" \
-H "X-API-Key: fm_live_your_api_key"

Response

{
"data": {
"id": "thread_xyz789",
"deleted": true
},
"meta": {
"request_id": "...",
"timestamp": "..."
}
}

Errors

StatusCodeDescription
404resource_not_foundThread not found