Delete a workspace
Accept the request for workspace deletion within the scope of an authorized organization and initiate an asynchronous flow. The response returns the created operation, which can be checked later in the operations endpoints.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
24^[0-9a-f]{24}$Workspace identifier.
24^[0-9a-f]{24}$Response
Request accepted. Operation is returned for tracking in operations endpoints.
Operation execution identifier.
24^[0-9a-f]{24}$Operation name.
Operation description. An empty string is returned when it doesn't exist at source.
Current operation status.
finished, unknown, error, pending, in-progress, timeout, cancelled, scheduled Creation timestamp.
Identifier of the organization owning the operation.
24^[0-9a-f]{24}$Start timestamp.
Completion timestamp.
Related microservice identifier, when it exists.
24^[0-9a-f]{24}$Related flow identifier, when it exists.
24^[0-9a-f]{24}$