Delete User
DELETE {{baseUrl}}/rest/api/3/user?accountId=<string>&username=<string>&key=<string>
Deletes a user.
Permissions required: Site administration (that is, membership of the site-admin group).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountId | string | (Required) The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5. | |
username | string | This parameter is no longer available and will be removed from the documentation soon. See the deprecation notice for details. | |
key | string | This parameter is no longer available and will be removed from the documentation soon. See the deprecation notice for details. |