Remove Auditor with the Organization by Username
DELETE v2/organizations/:guid/auditors
Request
Route
DELETE v2/organizations/510539a1-182e-4329-84e5-42b2a7a968a0/auditors
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Organization
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
username
|
The user's name
|
|
|
|
{
"username": "auditor@example.com"
}
Headers
cURL
curl "https://api.[your-domain.com]v2/organizations/510539a1-182e-4329-84e5-42b2a7a968a0/auditors" -d '{
"username": "auditor@example.com"
}' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTU3IiwiZW1haWwiOiJlbWFpbC00NEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDYzNjE4NzA1fQ.BuS2bYQevoDfGBa-2ad-0N1rrEK5x9PQ79Kkbc0wJ7o" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers