---
title: "Delete multiple user authorizations."
method: DELETE
path: "/v2.1/accounts/{accountId}/users/{userId}/authorizations"
tags: ["Authorizations"]
---

# Delete multiple user authorizations.

`DELETE /v2.1/accounts/{accountId}/users/{userId}/authorizations`

Delete one or more user authorizations for a given principal user. The principal user is specified by the `userId` path parameter.

To call this endpoint, you must be an account administrator or you must be the principal user for the specified authorizations.

## Path parameters

- `accountId` string, required
- `userId` string, required

## Request body

- UserAuthorizationsDeleteRequest
  - `authorizations` string[]

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/versions/77f1998c313d/schema)
