The ID of the workspace to delete.
Response
A message indicating the result of the operation (e.g., ORGANIZATION_DELETED).
{
"message": "ORGANIZATION_DELETED"
}
Error Responses
The error code indicating the reason for failure. Possible values:
UNAUTHORIZED: The user is not authenticated or lacks sufficient permissions.
ORGANIZATION_NOT_FOUND: The specified workspace does not exist or the user is not the owner.
A descriptive message providing additional details about the error.
{
"code": "UNAUTHORIZED"
}