Revoke a mandate.
This action permanently deletes the mandate, revoking the sponsor's permission to manage invoices for this entity. The associated directory entry remains active but the sponsor can no longer perform operations on behalf of this entity.
Security
APIKeyHeader
- Dev serverhttps://pdp.seqino.dev/api/mandates/{mandate_id}
- Production serverhttps://pa.seqino.com/api/mandates/{mandate_id}
curl -i -X DELETE \
'https://pdp.seqino.dev/api/mandates/{mandate_id}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'X-PDP-Client-Id: client_abc123'