Removing a Security Group as a default for staging
DELETE /v2/config/staging_security_groups/:guid
Request
Route
DELETE /v2/config/staging_security_groups/f3fc5509-16ae-4774-9fc6-541b0ea29629
Headers
cURL
curl "https://api.[your-domain.com]/v2/config/staging_security_groups/f3fc5509-16ae-4774-9fc6-541b0ea29629" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQxNCIsImVtYWlsIjoiZW1haWwtMzExQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTg1OTk0NTR9.k0tEcU99BN0P7U1AzyUbu6bm_MF7rQ6nCLXvXLRGpPA" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers