Remove Audited Space from the User
DELETE /v2/users/:guid/audited_spaces/:audited_space_guid
Request
Route
DELETE /v2/users/uaa-id-239/audited_spaces/d4b39aa1-f346-4ac9-93cc-2f43298f6c1f
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the User
|
|
|
audited_space_guid
|
The guid of the audited space
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-239/audited_spaces/d4b39aa1-f346-4ac9-93cc-2f43298f6c1f" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI0MCIsImVtYWlsIjoiZW1haWwtMTQ1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjEzNzQ2MzJ9.iaDO8wjzuMcP3wHzTNmQ8Z0j29hLuXyDtN-d7EUjSrY" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers