Removing a Security Group as a default for staging
DELETE /v2/config/staging_security_groups/:guid
Request
Route
DELETE /v2/config/staging_security_groups/a385cd61-7fe6-4394-9d6a-d911a9ef293f
Headers
cURL
curl "https://api.[your-domain.com]/v2/config/staging_security_groups/a385cd61-7fe6-4394-9d6a-d911a9ef293f" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ0MSIsImVtYWlsIjoiZW1haWwtMzEzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTM4MzcyODZ9.b1cKTzBcpP1HnhUy3TPlNWvmdXOwNpbaNPtLBF4zTRM" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers