cURL
curl --request POST \ --url https://aodocs.altirnao.com/api/domain/v1beta1/licensedUsers/batchDelete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "emails": [ "<string>" ], "kind": "<string>" } '
{ "details": {}, "kind": "<string>", "success": 123, "total": 123 }
Deletes licensed user(s) from the domain.
The access token received from the authorization server in the OAuth 2.0 flow.
The domain
The security code
A ApiLicenseRevocationResult response
Show child attributes