Delete Security Group
Delete an on-demand security group with a given id
Request
URI
DELETE
https://{api_host}/iaas/api/security-groups/{id}
COPY
Path Parameters
string
id
Required
The ID of the security group.
Query Parameters
boolean
forceDelete
Optional
forceDelete
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about
Responses
202
successful operation
Returns
RequestTracker
of type(s)
application/json
{
"name": "Power-off",
"progress": 90,
"resources": [
"string"
],
"id": "we655aew4e8e",
"message": "In Progress",
"status": "FINISHED",
"selfLink": "/.../request-tracker/we655aew4e8e"
}
string
name
Optional
Name of the operation.
integer As int32
As int32
progress
Required
Progress of the request as percentage.
array of
string
resources
Optional
Collection of resources.
string
id
Required
ID of this request.
string
message
Optional
Status message of the request.
string
status
Required
Status of the request.
Possible values are :
FINISHED,
INPROGRESS,
FAILED,
string
selfLink
Required
Self link of this request.
204
No Content
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/iaas/api/security-groups/{id}
On This Page
Security Group Operations
GET
Get Security Group
DELETE
Delete Security Group
GET
Get Security Groups