DELETE
/
v1
/
workspaces
/
{workspaceId}
/
resources
/
identifier
/
{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

200
application/json
Successfully deleted the resource
success
boolean
Example:

true