Removing a Security Group as a default for staging
DELETE /v2/config/staging_security_groups/:guid
Request
Route
DELETE /v2/config/staging_security_groups/2f8d414e-8d33-41e2-a0a9-08d67478f3fe
Headers
cURL
curl "https://api.[your-domain.com]/v2/config/staging_security_groups/2f8d414e-8d33-41e2-a0a9-08d67478f3fe" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ2NyIsImVtYWlsIjoiZW1haWwtMzM0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDgwMzg5Nzd9.Cetub2HsoM7kT9LgMYX_TT-rDcD4Dxgjlw7tELb22R4" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers