Delete a client by ID.
Important: A client can only be deleted if they have no associated mandates. Delete all mandates for this client first before attempting to delete the client.
Sรฉcuritรฉ
APIKeyHeader
- Dev serverhttps://pdp.seqino.dev/api/clients/{client_id}
- Production serverhttps://pa.seqino.com/api/clients/{client_id}
curl -i -X DELETE \
'https://pdp.seqino.dev/api/clients/{client_id}' \
-H 'Authorization: YOUR_API_KEY_HERE'