Skip to main content
DELETE
/
payments
/
contacts
/
{id}
Delete Contact
curl --request DELETE \
  --url https://api.rootfi.dev/v4/payments/contacts/{id} \
  --header 'api_key: <api-key>'
{
  "success": true
}
Delete a contact from the payment platform. This action may be irreversible depending on the underlying payment platform.
Deleting a contact may fail if they have active subscriptions or unpaid invoices. Cancel subscriptions and settle outstanding balances before deleting.

Path Parameters

ParameterTypeRequiredDescription
idstringYesThe rootfi_id or platform_id of the contact to delete

Authorizations

api_key
string
header
required

Path Parameters

id
string
required

The rootfi_id or platform_id of the contact

Response

Contact deleted successfully

success
boolean