UsuáriosRemover Usuário

Remover Usuário

Remove permanentemente um usuário da conta.

curl -X DELETE "https://api.amplifique.me/partners/users/6287aba50f06ef0bdf789aa2" \
  -H "Content-Type: application/json" \
  -H "Authorization: YOUR_API_KEY"
{}
DELETE
/partners/users/{user_id}
DELETE
API Key (header: Authorization)
Authorizationstring
Required

API key (sent in header)

path
user_idstring
Required

ID do usuário a ser excluído

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

user_idstring
Required

ID do usuário a ser excluído

Responses

Usuário excluído com sucesso