Skip to content

Delete a shared resource

DELETE
/api/v3/organizations/{organisation}/resources/{resource}
curl --request DELETE \
--url https://dashboard.quantcdn.io/api/v3/organizations/test-org/resources/res-abc123 \
--header 'Authorization: Bearer <token>'

Deletes the resource and its contents. This cannot be undone. A resource with live attachments is rejected unless force is set.

organisation
required
string

The organisation ID

Example
test-org
resource
required
string

The resource ID

Example
res-abc123
force
boolean

Delete even if the resource is attached or in an error state

Deleted

The resource is still attached