Removing a Security Group as a default for staging
DELETE /v2/config/staging_security_groups/:guid
Request
Route
DELETE /v2/config/staging_security_groups/85a22775-3f6b-49fb-abbe-28fd077472e6
Headers
cURL
curl "https://api.[your-domain.com]/v2/config/staging_security_groups/85a22775-3f6b-49fb-abbe-28fd077472e6" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIxMCIsImVtYWlsIjoiZW1haWwtMTczQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDcxMTY4NDJ9.rfxJK2Z3dSm1bgqhfoWuuFLHKkbuP4UR9N9VLKWt98o" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers