Remove Security Group from the Space
    DELETE /v2/spaces/:guid/security_groups/:security_group_guid
      Request
      Route
      DELETE /v2/spaces/1febec1a-746a-4474-8e1f-c8abbd72916f/security_groups/d14e49be-9886-498d-b9d2-3bdd02a609c1
        Parameters
        
          
          
            | Name | Description | Valid Values | Example Values | 
          
          
            
              | guid | The guid of the Space |  |  | 
            
              | security_group_guid | The guid of the security group |  |  | 
          
        
      Headers
      
        cURL
        curl "https://api.[your-domain.com]/v2/spaces/1febec1a-746a-4474-8e1f-c8abbd72916f/security_groups/d14e49be-9886-498d-b9d2-3bdd02a609c1" -d '' -X DELETE \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM2NyIsImVtYWlsIjoiZW1haWwtMjYwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg5MDB9.d2hf239p0CSooFy-oB5gflNkt-2e59cndTMWK_2s5LE" \
	-H "Host: example.org" \
	-H "Content-Type: application/json" \
	-H "Cookie: "
        Response
        Status
        204 No Content
        Headers