Skip to main content
DELETE
/
v1
/
workspaces
/
{workspaceId}
/
resources
/
identifier
/
{identifier}
Delete a resource by identifier
curl --request DELETE \
  --url https://api.ctrlplane.dev/api/v1/workspaces/{workspaceId}/resources/identifier/{identifier}
{
  "success": true
}

Path Parameters

workspaceId
string
required

ID of the workspace

identifier
string
required

Identifier of the resource

Response

Successfully deleted the resource

success
boolean
Example:

true

I