Delete a Workspace

delete

/api/restapi/workspace/{workspaceId}

Send a request to this endpoint to delete a workspace. The application object with an ID value that matches the value of the {workspaceId} path parameter will be deleted. Returns delete job details if you are an administrator when deletionDetails query parameter is true.

Request

Path Parameters
Query Parameters
  • Set deletionDetails=true to return delete job tracking details if you are an administrator.
    Default Value: false

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityWorkspaceDeleteResponse
Type: object
Title: ApiEntityWorkspaceDeleteResponse
Show Source

204 Response

Successful operation with no content.

404 Response

Invalid input.
Back to Top