cURL
curl --request DELETE \ --url https://collectwiseapi.com/debtor/{debtorId} \ --header 'collectwise_key: <api-key>'
{ "message": "Debtor successfully deleted" }
Delete a debtor using their unique identifier
Documentation IndexFetch the complete documentation index at: https://docs.collectwise.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.collectwise.com/llms.txt
Use this file to discover all available pages before exploring further.
Unique identifier of the debtor to delete
Debtor deleted successfully
"Debtor successfully deleted"