Remove Auditor from the Space
DELETE /v2/spaces/:guid/auditors/:auditor_guid
Request
Route
DELETE /v2/spaces/ff1b3f3d-2d45-4163-8a6a-094e0b7c7fc8/auditors/uaa-id-254
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Space
|
|
|
auditor_guid
|
The guid of the auditor
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/spaces/ff1b3f3d-2d45-4163-8a6a-094e0b7c7fc8/auditors/uaa-id-254" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI1NiIsImVtYWlsIjoiZW1haWwtMTY1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDgwMzg5NTl9.KQ7k1f0wizC9lJ6Cb9No5EgXhe59M_-E2AH-nYVsHNM" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers