Delete Account User

Deletes a user from the account. The user remains active in the other accounts.

delete

/v1/accounts/{accountId}/users/{userId}

Path parameters
accountIdstringrequired
userIdstringrequired
Responses
curl -L \
  --request DELETE \
  --url '/v1/accounts/{accountId}/users/{userId}'

No body

Last updated

Was this helpful?