Remove Developer from the Space
        DELETE /v2/spaces/:guid/developers/:developer_guid
        Request
        Route
        DELETE /v2/spaces/f656cb8a-f023-4e9d-ad03-b63e5477dc83/developers/uaa-id-414
        Parameters
        
          
            
              | Name | Description | Valid Values | Example Values | 
          
          
            
              | guid | The guid of the Space |  |  | 
            
              | developer_guid | The guid of the developer |  |  | 
          
        
        Headers
        
        cURL
        curl "https://api.[your-domain.com]/v2/spaces/f656cb8a-f023-4e9d-ad03-b63e5477dc83/developers/uaa-id-414" -d '' -X DELETE \
  -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQxNiIsImVtYWlsIjoiZW1haWwtMjgwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjYwMDg5MDJ9.6JHHOXSao7fwEZCjxI4LI-D4K78PymOy9v15rTgmd14" \
  -H "Host: example.org" \
  -H "Content-Type: application/json" \
  -H "Cookie: "
        Response
        Status
        204 No Content
        Headers
        
        Audit Records Created By The Request
        Audit Record: audit.user.space_developer_remove
        
          
            
              | Attribute Name | Value | 
          
          
            
              | id | 3 | 
            
              | guid | 3ae5862c-fb43-49ed-935b-8feb7d0e19e8 | 
            
              | created_at | 2016-06-08 16:41:40 UTC | 
            
              | updated_at |  | 
            
              | timestamp | 2016-06-08 16:41:40 UTC | 
            
              | type | audit.user.space_developer_remove | 
            
              | actor | uaa-id-360 | 
            
              | actor_type | user | 
            
              | actee | 2a01cf80-9fbf-448f-a7a0-1e415e28771e | 
            
              | actee_type | space | 
            
              | metadata | {
  "request": null
} | 
            
              | organization_guid | 28960823-1b68-4a2b-8f36-77cc573bccca | 
            
              | space_guid | 2a01cf80-9fbf-448f-a7a0-1e415e28771e | 
            
              | actor_name | [email protected] | 
            
              | actee_name | development |