DELETE
/
client
/
user
/
{id}
curl --request DELETE \
  --url https://simpleapi.com.br/api/v1/client/user/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "successCode": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID do usuário

Response

200
application/json
Usuário excluído com sucesso

The response is of type object.