Skip to main content
DELETE
/
v2
/
workspaces
/
{name}
Delete a workspace
curl --request DELETE \
  --url https://api.topograph.co/v2/workspaces/{name} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Path Parameters

name
string
required

The workspace name

Response

Workspace deleted successfully