Exclui um usuário pelo ID associado à chave de API do cliente autenticado
curl --request DELETE \ --url https://simpleapi.com.br/api/v1/client/user/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "successCode": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do usuário
The response is of type object.
object