Delete Debt
Debts API
Delete Debt
Delete a debt record from the system
DELETE
Delete Debt
Overview
This endpoint permanently removes a debt from your system. Use with caution as this action cannot be undone.Authentication
Requires a valid OAuth 2.0 access token with thedebts:write scope.
Request
Bearer token for authentication
The encrypted ID of the debt to delete
Example Request
Response
Always
false for successful requestsSuccess message confirming deletion
Success Response
Important Notes
- All followups associated with this debt will be deleted
- Payment history will be preserved for accounting purposes
- Reports that include this debt will show it as “deleted”
- Consider updating the status instead of deleting for record-keeping