/
🗑️ Delete an invoice dra...
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.
Security
APIKeyHeader
- Dev serverhttps://pdp.seqino.dev/api/drafts/{draft_id}
- Production serverhttps://pa.seqino.com/api/drafts/{draft_id}
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'