delete the private gateway
DELETEhttps://api.spectrocloud.com/v1/overlords/:uid
delete the private gateway
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
msgstring
{
"msg": "string"
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X DELETE 'https://api.spectrocloud.com/v1/overlords/:uid' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'