UsuáriosRemover Usuário

Remover Usuário

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

API key (sent in header)

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

Responses

200