Skip to main content
DELETE
/
payments
/
items
/
{id}
Delete Item
curl --request DELETE \
  --url https://api.rootfi.dev/v4/payments/items/{id} \
  --header 'api_key: <api-key>'
{
  "success": true
}
Delete/archive an item from the payment platform catalog.

Path Parameters

ParameterTypeRequiredDescription
idstringYesThe rootfi_id or platform_id of the item

Behavior

Most platforms archive items rather than permanently deleting them:
  • Item becomes unavailable for new invoices/subscriptions
  • Existing references in invoices remain intact
  • Historical data is preserved
Items linked to active subscriptions may need those subscriptions canceled first.

Authorizations

api_key
string
header
required

Path Parameters

id
string
required

Response

Item deleted successfully

success
boolean