Remove Audited Organization from the User
DELETE /v2/users/:guid/audited_organizations/:audited_organization_guid
Request
Route
DELETE /v2/users/uaa-id-365/audited_organizations/824bb45d-c46c-46d0-a7d2-c9094c450451
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the User
|
|
|
audited_organization_guid
|
The guid of the audited organization
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/users/uaa-id-365/audited_organizations/824bb45d-c46c-46d0-a7d2-c9094c450451" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM2NiIsImVtYWlsIjoiZW1haWwtMjQ4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjM2MTg3MjV9.cc7qfOExv35R-eA3zOCFCFwvCd5m0MuMyXmlKBnHv9M" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers