- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Deletes an existing group.
HTTP request
DELETE https://monitoring.googleapis.com/v3/{name}
Path parameters
Parameters | |
---|---|
name |
Required. The group to delete. The format is:
|
Query parameters
Parameters | |
---|---|
recursive |
If this field is true, then the request means to delete a group with all its descendants. Otherwise, the request means to delete a group only when it has no descendants. The default value is false. |
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/monitoring
For more information, see the Authentication Overview.