Revoke the specified privilege, denying the associated user all permissions to manage the host account.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/hosts/{host}/privileges/{privilege}
- QA Serverhttps://qa.ticketingevents.com/v3/hosts/{host}/privileges/{privilege}
- Production Serverhttps://api.ticketingevents.com/v3/hosts/{host}/privileges/{privilege}
curl -i -X DELETE \
'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}/privileges/{privilege}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "message": "privilege: /hosts/16951985851389/privileges/18294757620193, has been revoked." }