Sign in

Delete affiliate records

documented

Delete Affiliate records (may delete multiple records at once).

POST /api/affiliate/deleteRecordsAffiliateno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://app.creditrepaircloud.com/api/affiliate/deleteRecord?apiauthkey={{CREDITREPAIRCLOUD_API_KEY}}&secretkey={{CREDITREPAIRCLOUD_SECRET}}&xmlData={{$xmlData}}" \
  -X POST \
  -H "Accept: application/xml" \
  -H "Content-Type: application/x-www-form-urlencoded"
Delete affiliate records · creditrepaircloud · OpenIntegrations