Deletes the specified workspace
DELETEhttps://api.spectrocloud.com/v1/workspaces/:uid
Deletes the specified workspace
Request
Responses
- 204
The resource was deleted successfully
Authorization: ApiKey
name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X DELETE 'https://api.spectrocloud.com/v1/workspaces/:uid' \
-H 'ApiKey: <ApiKey>'