Home
Version 3
Spaces API

Spaces API

Remove Manager with the Space by Username

DELETE v2/spaces/:guid/managers

Request

Route

DELETE v2/spaces/79074efb-827e-46bd-879b-406d6bf0d6b1/managers

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": "manager@example.com"
}

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2MCIsImVtYWlsIjoiZW1haWwtMTgwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjA1MDY2NTF9.bKCsxvXr33UtJZN4wr0GERuo2cf5_6J7FqYI2I9MuJ8
Host: example.org
Content-Type: application/x-www-form-urlencoded
Cookie: 

cURL

curl "https://api.[your-domain.com]v2/spaces/79074efb-827e-46bd-879b-406d6bf0d6b1/managers" -d '{
  "username": "manager@example.com"
}' -X DELETE \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2MCIsImVtYWlsIjoiZW1haWwtMTgwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjA1MDY2NTF9.bKCsxvXr33UtJZN4wr0GERuo2cf5_6J7FqYI2I9MuJ8" \
	-H "Host: example.org" \
	-H "Content-Type: application/x-www-form-urlencoded" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "metadata": {
    "guid": "79074efb-827e-46bd-879b-406d6bf0d6b1",
    "url": "/v2/spaces/79074efb-827e-46bd-879b-406d6bf0d6b1",
    "created_at": "2016-04-06T00:17:31Z",
    "updated_at": null
  },
  "entity": {
    "name": "name-956",
    "organization_guid": "802350f7-0d68-47c4-80fb-b1151fa33907",
    "space_quota_definition_guid": null,
    "allow_ssh": true,
    "organization_url": "/v2/organizations/802350f7-0d68-47c4-80fb-b1151fa33907",
    "developers_url": "/v2/spaces/79074efb-827e-46bd-879b-406d6bf0d6b1/developers",
    "managers_url": "/v2/spaces/79074efb-827e-46bd-879b-406d6bf0d6b1/managers",
    "auditors_url": "/v2/spaces/79074efb-827e-46bd-879b-406d6bf0d6b1/auditors",
    "apps_url": "/v2/spaces/79074efb-827e-46bd-879b-406d6bf0d6b1/apps",
    "routes_url": "/v2/spaces/79074efb-827e-46bd-879b-406d6bf0d6b1/routes",
    "domains_url": "/v2/spaces/79074efb-827e-46bd-879b-406d6bf0d6b1/domains",
    "service_instances_url": "/v2/spaces/79074efb-827e-46bd-879b-406d6bf0d6b1/service_instances",
    "app_events_url": "/v2/spaces/79074efb-827e-46bd-879b-406d6bf0d6b1/app_events",
    "events_url": "/v2/spaces/79074efb-827e-46bd-879b-406d6bf0d6b1/events",
    "security_groups_url": "/v2/spaces/79074efb-827e-46bd-879b-406d6bf0d6b1/security_groups"
  }
}

Headers

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