v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBAdministrators
Delete an administrator
Deletes the specified administrator account from the Cloud Console.
📘 Note To use this API endpoint, enable the Administrator API from Druva Cloud settings.
delete/console/v1/admins/{globalAdminID}
Path parameters
globalAdminIDstring required
The global ID of the admin on which the action has to be performed. Get the global ID of the administrator using the List all administrators API.
Headers
Content-Type'application/json' required
Request content type header
Response
Success
Example response
{
"adminEmail": "sample@gmail.com",
"adminState": "ACTIVE",
"globalAdminId": "5bxxxxxx-exxx-xxex-bxxx-e00xxx98xxxx-xxx7",
"globalCustomerId": "axexxxxx-1xxx-4xxx-8xxx-5xxxxxxxxxxx",
"role": 2,
"provisioningMode": "Manual"
}