Home
Version 3
Spaces API

Spaces API

Disassociate Developer with the Space by Username

DELETE v2/spaces/:guid/developers

Request

Route

DELETE v2/spaces/60412284-51c9-4d90-96e0-735d2f189e38/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
  • user@example.com
{
  "username": "developer@example.com"
}

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ0IiwiZW1haWwiOiJlbWFpbC0yNEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDU0NDUxNjA3fQ.qCfaJvfwfdjN9emnYQEilVKTIyvfdBSHh4-3eYleGjA
Host: example.org
Content-Type: application/x-www-form-urlencoded
Cookie: 

cURL

curl "https://api.[your-domain.com]v2/spaces/60412284-51c9-4d90-96e0-735d2f189e38/developers" -d '{
  "username": "developer@example.com"
}' -X DELETE \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ0IiwiZW1haWwiOiJlbWFpbC0yNEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDU0NDUxNjA3fQ.qCfaJvfwfdjN9emnYQEilVKTIyvfdBSHh4-3eYleGjA" \
	-H "Host: example.org" \
	-H "Content-Type: application/x-www-form-urlencoded" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "metadata": {
    "guid": "60412284-51c9-4d90-96e0-735d2f189e38",
    "url": "/v2/spaces/60412284-51c9-4d90-96e0-735d2f189e38",
    "created_at": "2016-01-26T22:20:07Z",
    "updated_at": null
  },
  "entity": {
    "name": "name-107",
    "organization_guid": "5d04f1ab-ffe9-40a2-a48a-25648169f4d1",
    "space_quota_definition_guid": null,
    "allow_ssh": true,
    "organization_url": "/v2/organizations/5d04f1ab-ffe9-40a2-a48a-25648169f4d1",
    "developers_url": "/v2/spaces/60412284-51c9-4d90-96e0-735d2f189e38/developers",
    "managers_url": "/v2/spaces/60412284-51c9-4d90-96e0-735d2f189e38/managers",
    "auditors_url": "/v2/spaces/60412284-51c9-4d90-96e0-735d2f189e38/auditors",
    "apps_url": "/v2/spaces/60412284-51c9-4d90-96e0-735d2f189e38/apps",
    "routes_url": "/v2/spaces/60412284-51c9-4d90-96e0-735d2f189e38/routes",
    "domains_url": "/v2/spaces/60412284-51c9-4d90-96e0-735d2f189e38/domains",
    "service_instances_url": "/v2/spaces/60412284-51c9-4d90-96e0-735d2f189e38/service_instances",
    "app_events_url": "/v2/spaces/60412284-51c9-4d90-96e0-735d2f189e38/app_events",
    "events_url": "/v2/spaces/60412284-51c9-4d90-96e0-735d2f189e38/events",
    "security_groups_url": "/v2/spaces/60412284-51c9-4d90-96e0-735d2f189e38/security_groups"
  }
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 
Content-Length: 1277
X-Content-Type-Options: nosniff