Home
Version 3
Users API

Users API

Remove Managed Space from the User

DELETE /v2/users/:guid/managed_spaces/:managed_space_guid

Request

Route

DELETE /v2/users/uaa-id-50/managed_spaces/8a9f4651-c733-430f-a7c0-b90b0c2784ac

Parameters

Name Description Valid Values Example Values
guid The guid of the User

Body

Name Description Default Valid Values Example Values

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTUxIiwiZW1haWwiOiJlbWFpbC0yNEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDMzOTgxMDk3fQ.R6maSOVcwBAjYGHNBiWHRhOcxTY9nDiXi7z8Ijc-I0s
Host: example.org
Content-Type: application/x-www-form-urlencoded
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/users/uaa-id-50/managed_spaces/8a9f4651-c733-430f-a7c0-b90b0c2784ac" -d '' -X DELETE \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTUxIiwiZW1haWwiOiJlbWFpbC0yNEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDMzOTgxMDk3fQ.R6maSOVcwBAjYGHNBiWHRhOcxTY9nDiXi7z8Ijc-I0s" \
	-H "Host: example.org" \
	-H "Content-Type: application/x-www-form-urlencoded" \
	-H "Cookie: "

Response

Status

201 Created

Body

{
  "metadata": {
    "guid": "uaa-id-50",
    "url": "/v2/users/uaa-id-50",
    "created_at": "2015-06-04T00:04:57Z",
    "updated_at": null
  },
  "entity": {
    "admin": false,
    "active": false,
    "default_space_guid": "2ded20e8-abe5-44ef-a02c-dcd966233386",
    "default_space_url": "/v2/spaces/2ded20e8-abe5-44ef-a02c-dcd966233386",
    "spaces_url": "/v2/users/uaa-id-50/spaces",
    "organizations_url": "/v2/users/uaa-id-50/organizations",
    "managed_organizations_url": "/v2/users/uaa-id-50/managed_organizations",
    "billing_managed_organizations_url": "/v2/users/uaa-id-50/billing_managed_organizations",
    "audited_organizations_url": "/v2/users/uaa-id-50/audited_organizations",
    "managed_spaces_url": "/v2/users/uaa-id-50/managed_spaces",
    "audited_spaces_url": "/v2/users/uaa-id-50/audited_spaces"
  }
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 6f26acba-8811-4047-babd-0187e47da2a9
Content-Length: 836
X-Content-Type-Options: nosniff