Skip to main content
POST
/
desvincularAreaPermissao
/
{id}
Desvincular área permissão motorista
curl --request POST \
  --url https://api-vendas.taximachine.com.br/api/integracao/desvincularAreaPermissao/{id} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'api-key: <api-key>'
{
  "success": true,
  "response": {
    "status": "OK",
    "mensagem": "Entregador atualizado com sucesso"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

api-key
string
header
required

Obrigatório. Sua chave API.

Path Parameters

id
integer
required

ID do condutor.

Response

Sucesso

The response is of type object.