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.
curl --request DELETE \
--url https://api.rootfi.dev/v4/payments/contacts/{id} \
--header 'api_key: <api-key>'{
"success": true
}| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The rootfi_id or platform_id of the contact to delete |