Skip to main content
DELETE
/
{alias}
/
orders
/
{orderId}
/
invoices
/
{invoiceId}
Excluir uma nota fiscal
curl --request DELETE \
  --url https://api.dooki.com.br/v2/{alias}/orders/{orderId}/invoices/{invoiceId} \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.yampi.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

User-Token
string
header
required
User-Secret-Key
string
header
required

Path Parameters

alias
string
required

Alias da loja

orderId
integer
required

ID do pedido

invoiceId
integer
required

ID da nota fiscal

Response

Nota fiscal excluída com sucesso