Removing a Security Group as a default for staging
DELETE /v2/config/staging_security_groups/:guid
Request
Route
DELETE /v2/config/staging_security_groups/fd7c21c6-3559-42ce-8a1f-4f006b85e291
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/config/staging_security_groups/fd7c21c6-3559-42ce-8a1f-4f006b85e291" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE1IiwiZW1haWwiOiJlbWFpbC0xNUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDMyNzc0OTc4fQ.54x0_jt-gZixq4eJLhtbkByELDv-gm2Id36VgJhzukY" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers