cURL
curl --request DELETE \ --url https://api.illuminalab.com/v1/resources/{resourceId}/threads/{threadId} \ --header 'authorization: <authorization>'
{ "success": true }
Soft-delete a thread. The thread is marked as deleted but not permanently removed from the database. Use include_deleted=true on other endpoints to access deleted threads.
Unique resource identifier
10
UUID of the thread
Response for status 200
Whether deletion was successful