Remove Space from the Security Group
DELETE /v2/security_groups/:guid/spaces/:space_guid
Request
Route
DELETE /v2/security_groups/320fbe85-4dc6-479d-b8fd-468b23356cee/spaces/13ac40b0-3733-4703-9cb0-24269eedf7cd
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Security Group
|
|
|
space_guid
|
The guid of the Space
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/security_groups/320fbe85-4dc6-479d-b8fd-468b23356cee/spaces/13ac40b0-3733-4703-9cb0-24269eedf7cd" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI0MyIsImVtYWlsIjoiZW1haWwtMTcxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzE2NDY2Mzd9.ntxe3SwvvgCQcc8bw3JPj5t-KCcTT2_2vnX7PWa8QL8" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "320fbe85-4dc6-479d-b8fd-468b23356cee",
"url": "/v2/security_groups/320fbe85-4dc6-479d-b8fd-468b23356cee",
"created_at": "2015-05-07T23:37:05Z",
"updated_at": null
},
"entity": {
"name": "dummy1",
"rules": [
],
"running_default": false,
"staging_default": false,
"spaces_url": "/v2/security_groups/320fbe85-4dc6-479d-b8fd-468b23356cee/spaces"
}
}
Headers