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/1679bc5b-3087-4cde-a615-859851a46d56
Headers
cURL
curl "https://api.[your-domain.com]/v2/config/running_security_groups/1679bc5b-3087-4cde-a615-859851a46d56" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTYiLCJlbWFpbCI6ImVtYWlsLTZAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ0NDc4MjkxOX0.n8MSnzyyIVejwckf0pR4lUl920r_Sz9DlvhGr2RRoJY" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers