Skip to main content
DELETE
/
v1
/
resources
/
{resourceId}
/
threads
/
{threadId}
Delete thread
curl --request DELETE \
  --url https://api.illuminalab.com/v1/resources/{resourceId}/threads/{threadId} \
  --header 'authorization: <authorization>'
{
  "success": true
}

Headers

authorization
string
required

Path Parameters

resourceId
string
required

Unique resource identifier

Minimum string length: 10
threadId
string<uuid>
required

UUID of the thread

Response

Response for status 200

success
boolean
required

Whether deletion was successful