Disassociate Developer with the Space by Username
DELETE v2/spaces/:guid/developers
Request
Route
DELETE v2/spaces/828bba85-2754-456d-92fc-572cccba1406/developers
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Space
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
username
|
The user's name
|
|
|
|
{
"username": "developer@example.com"
}
Headers
cURL
curl "https://api.[your-domain.com]v2/spaces/828bba85-2754-456d-92fc-572cccba1406/developers" -d '{
"username": "developer@example.com"
}' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQwMCIsImVtYWlsIjoiZW1haWwtMjg3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTY0NTIyNDV9.n6Sm0wsqWcS9vBqmZ202YSJFSJQYy7u2aUc5pbt6rhA" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "828bba85-2754-456d-92fc-572cccba1406",
"url": "/v2/spaces/828bba85-2754-456d-92fc-572cccba1406",
"created_at": "2016-02-19T02:04:05Z",
"updated_at": null
},
"entity": {
"name": "name-2502",
"organization_guid": "d7da7b8e-abae-408b-9deb-1b91ee85d3fd",
"space_quota_definition_guid": null,
"allow_ssh": true,
"organization_url": "/v2/organizations/d7da7b8e-abae-408b-9deb-1b91ee85d3fd",
"developers_url": "/v2/spaces/828bba85-2754-456d-92fc-572cccba1406/developers",
"managers_url": "/v2/spaces/828bba85-2754-456d-92fc-572cccba1406/managers",
"auditors_url": "/v2/spaces/828bba85-2754-456d-92fc-572cccba1406/auditors",
"apps_url": "/v2/spaces/828bba85-2754-456d-92fc-572cccba1406/apps",
"routes_url": "/v2/spaces/828bba85-2754-456d-92fc-572cccba1406/routes",
"domains_url": "/v2/spaces/828bba85-2754-456d-92fc-572cccba1406/domains",
"service_instances_url": "/v2/spaces/828bba85-2754-456d-92fc-572cccba1406/service_instances",
"app_events_url": "/v2/spaces/828bba85-2754-456d-92fc-572cccba1406/app_events",
"events_url": "/v2/spaces/828bba85-2754-456d-92fc-572cccba1406/events",
"security_groups_url": "/v2/spaces/828bba85-2754-456d-92fc-572cccba1406/security_groups"
}
}
Headers