Workspaces
delete a workspace
Deletes an existing workspace identified by its ID. Associated entities might need to be handled or re-assigned.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the workspace to delete.
Response
200
application/json
Workspace deleted successfully or error if deletion fails.
The response is of type object
.