Delete user
Delete existing user
scopes:
- admin:accounts
- write:accounts
- write:accounts:/auth/users
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account.
9Username identifying the user
255Response
User deleted
A user with password
The user's username.
1 - 255An UUID that uniquely identifies the resource
The date-time when the resource was created
The ID of the user/client created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
The date-time when the resource was last updated
The ID of the user/client created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
Links to resources related to the user, links is required when MFA is enabled.
[
{
"rel": "customers_user",
"href": "https://api.dintero.com/v1/accounts/P12345678/users/99919"
},
{
"rel": "phone_number",
"href": "tel:+4799999999"
},
{
"rel": "email",
"href": "mailto:name@email.com"
}
]Require Multi-factor authentication (MFA) for the user