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

Headers

authorization
string
required
Pattern: ^Bearer [\s\S]{0,}$

Path Parameters

resourceId
string
required

Unique resource identifier (minimum 10 characters)

Minimum string length: 10

Response

Response for status 200

success
boolean
required

Whether the deletion was successful