---
title: "Deletes a permission profile from an account."
method: DELETE
path: "/v2.1/accounts/{accountId}/permission_profiles/{permissionProfileId}"
tags: ["AccountPermissionProfiles"]
---

# Deletes a permission profile from an account.

`DELETE /v2.1/accounts/{accountId}/permission_profiles/{permissionProfileId}`

This method deletes a permission profile from an account.

To delete a permission profile, it must not have any users associated with it. When you use this method to delete a permission profile, you can reassign the users associated with it to a new permission profile at the same time by using the `move_users_to` query parameter.


### Related topics

- [How to delete a permission profile](/docs/esign-rest-api/how-to/permission-profile-deleting/)

## Path parameters

- `accountId` string, required
- `permissionProfileId` string, required

## Query parameters

- `move_users_to` 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/revisions/77f1998c313d/schema)
