Remove Account User

Beta
PUT/v1/identity/account-users/{id}/actions/remove

This endpoint is idempotent. Learn more

Removes a user from the account you are acting in.

Removal is a soft delete: removed users are excluded from listings unless requested via removed_scope, they free the seat they occupied, and they can be restored with the activate action. Removing an already-removed user is a no-op. The user's profile itself is untouched, so their access to any other account they belong to is unaffected.

Permissions requiredValues:team:deletecustomers:updatesuppliers:update
The role behind your API key or agent must grant every one of these permissions.
idstring

ID of the account user to remove.

Responses

200

Successful response for Remove Account User