Remove Developer from the Space
DELETE /v2/spaces/:guid/developers/:developer_guid
Request
Route
DELETE /v2/spaces/437b790b-c448-4f8c-8292-bfe32654e13a/developers/uaa-id-87
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Space
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/spaces/437b790b-c448-4f8c-8292-bfe32654e13a/developers/uaa-id-87" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTg5IiwiZW1haWwiOiJlbWFpbC03MkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI2NjMzODk5fQ.lBEkohueo7Mz6Hdn1moyIUBbd9hrmK_xdbgIBfmcF7M" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
201 Created
Body
{
"metadata": {
"guid": "437b790b-c448-4f8c-8292-bfe32654e13a",
"url": "/v2/spaces/437b790b-c448-4f8c-8292-bfe32654e13a",
"created_at": "2015-03-10T23:11:39Z",
"updated_at": null
},
"entity": {
"name": "name-278",
"organization_guid": "e13eb59c-8e02-4c11-af79-6afa7eb2586b",
"space_quota_definition_guid": null,
"organization_url": "/v2/organizations/e13eb59c-8e02-4c11-af79-6afa7eb2586b",
"developers_url": "/v2/spaces/437b790b-c448-4f8c-8292-bfe32654e13a/developers",
"managers_url": "/v2/spaces/437b790b-c448-4f8c-8292-bfe32654e13a/managers",
"auditors_url": "/v2/spaces/437b790b-c448-4f8c-8292-bfe32654e13a/auditors",
"apps_url": "/v2/spaces/437b790b-c448-4f8c-8292-bfe32654e13a/apps",
"routes_url": "/v2/spaces/437b790b-c448-4f8c-8292-bfe32654e13a/routes",
"domains_url": "/v2/spaces/437b790b-c448-4f8c-8292-bfe32654e13a/domains",
"service_instances_url": "/v2/spaces/437b790b-c448-4f8c-8292-bfe32654e13a/service_instances",
"app_events_url": "/v2/spaces/437b790b-c448-4f8c-8292-bfe32654e13a/app_events",
"events_url": "/v2/spaces/437b790b-c448-4f8c-8292-bfe32654e13a/events",
"security_groups_url": "/v2/spaces/437b790b-c448-4f8c-8292-bfe32654e13a/security_groups"
}
}
Headers