Skip to main content
POST
/
entregas
/
programadas
/
{id}
/
cancelar
Cancelar entrega programada
curl --request POST \
  --url https://api-vendas.taximachine.com.br/api/v2/integracao/entregas/programadas/{id}/cancelar \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'api-key: <api-key>'
{
  "success": true,
  "data": {
    "id_mch_programada": 5642,
    "mensagem": "Programada cancelada 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 da solicitação de entrega programada

Response

200 - application/json

Sucesso