Removing a Security Group as a default for running Apps
DELETE /v2/config/running_security_groups/:guid
Request
Route
DELETE /v2/config/running_security_groups/2b3e543b-b201-4b68-817a-7326552cdec7
Headers
cURL
curl "https://api.[your-domain.com]/v2/config/running_security_groups/2b3e543b-b201-4b68-817a-7326552cdec7" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5MSIsImVtYWlsIjoiZW1haWwtMTIyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjEzNzQ2MzB9.3o1uu5Lra2WI-uJAUEwCx36kdeS6WjBEGOKHSWfb_NA" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers