curl --request DELETE \
--url 'https://api.example.com/api/threads/{id}' \
--header 'x-widget-token: YOUR_API_KEY'
{
"ok": true
}
Delete a thread
Delete a thread
DELETE
/
api
/
threads
/
{id}
curl --request DELETE \
--url 'https://api.example.com/api/threads/{id}' \
--header 'x-widget-token: YOUR_API_KEY'
{
"ok": true
}
Last modified on August 31, 2026