v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Administrators

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

adminEmailstring

The email of the deleted admin

adminStatestring

The state of the before its deletion

globalAdminIdstring

The unique ID associated with the admin before its deletion

globalCustomerIdstring

The unique ID associated with the customer before its deletion

adGuidstring

The globally unique identifier

roleinteger

The role assoiated the admin before its deletion

provisioningModestring

The mode through which the admin was initially created

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"
}