---
title: "Delete an administrator"
method: DELETE
path: "/console/v1/admins/{globalAdminID}"
tags: ["Administrators"]
---

# Delete an administrator

`DELETE /console/v1/admins/{globalAdminID}`

Deletes the specified administrator account from the Cloud Console. 
 > 📘 **Note** 
 To use this API endpoint, enable the [Administrator API from Druva Cloud settings](/reference/administrators  ).

## Path parameters

- `globalAdminID` string, required

## Headers

- `Content-Type` 'application/json', required

## Response `200`

Success

- DeleteAdminResponse
  - `adminEmail` string — The email of the deleted admin
  - `adminState` string — The state of the before its deletion
  - `globalAdminId` string — The unique ID associated with the admin before its deletion
  - `globalCustomerId` string — The unique ID associated with the customer before its deletion
  - `adGuid` string — The globally unique identifier
  - `role` integer — The role assoiated the admin before its deletion
  - `provisioningMode` string — The mode through which the admin was initially created

## Other responses

- `400` — Bad Request
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
