cURL
curl --request DELETE \ --url https://api.orgnise.in/teams/{team_slug}/workspaces/{workspace_slug} \ --header 'Authorization: Bearer <token>'
{ "message": "" }
Delete a workspace of a team.
Default authentication mechanism
The slug of the team.
The slug of the workspace.
The deleted workspace
The response is of type object.
object
Was this page helpful?