Passer au contenu

🗑️ Delete an invoice draft

Requête

Delete a draft invoice.

Permanently removes the draft from the system. This action cannot be undone. Once deleted, the draft_id becomes invalid and cannot be reused.

Sécurité
APIKeyHeader
Chemin
draft_idstring(Draft Id)obligatoire
En-têtes
X-PDP-Client-Idstring(X-Pdp-Client-Id)obligatoire

ID of the PDP Client for which the operation is performed

Examples:
Sandbox client
client_abc123
curl -i -X DELETE \
  'https://pdp.seqino.dev/api/drafts/{draft_id}' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'X-PDP-Client-Id: client_abc123'

Réponses

Successful Response

Response
Aucun contenu