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/abb2965d-1d8c-40dd-95d2-78dae7ca78a0
Headers
cURL
curl "https://api.[your-domain.com]/v2/config/running_security_groups/abb2965d-1d8c-40dd-95d2-78dae7ca78a0" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTYzIiwiZW1haWwiOiJlbWFpbC00M0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDM4NjQxNzg5fQ.N_mwOXmrdf_tB4fIhW0klHtZWcLaJUoJgWRCmOu7HYw" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers