/
/CollectWise API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 1mo ago · Updated 1mo agoView markdown
  • getGet Billing Usage Summary
  • postCreate multiple debtors
  • postCreate a new debtor
  • postPer-debtor workflow status and recent SMS
  • getGet a debtor
  • deleteDelete a debtor
  • patchUpdate a debtor
  • postDrop a voicemail
  • getGet Call Recording
  • getGet clean numbers
  • getGet debtor status
  • getGet all debtor statuses
  • getGet TCN Call Outcome
  • getList Payments
  • patchPause a debtor's workflow
  • postMake an RPC Call
  • patchResume a debtor's workflow
  • getGet an SMS template
  • getList SMS templates
  • postCalculate SMS segments
  • postSend a one-time text
  • getGet text delivery status
  • patchUpdate debtor status to Paid Creditor Directly
  • getWorkflow status overview

Delete a debtor

Delete a debtor using their unique identifier

delete/debtor/{debtorId}

Path parameters

debtorIdstring required

Unique identifier of the debtor to delete

Response

Debtor deleted successfully

messagestring

Example response

{
  "message": "Debtor successfully deleted"
}