DELETE realm/workspace

The web method DELETE deployments/workspace deletes the workspace, and releases the modification lock.

If you request this operation while another user holds the modification lock, this request returns a 403 error response. Nonetheless, you can force this operation:
DELETE deployments/workspace?force=true

HTTP Parameters

Syntax Description
force=boolean Optional.

When true, break the modification lock, and delete the workspace.

Example Requests

curl -X DELETE http://host:port/api/v1/deployments/workspace