Sign in

Delete lead/client records

documented

Delete Lead/Client records (may affect multiple records).

POST /api/lead/deleteRecordsLead/Clientno 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/lead/deleteRecord" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/xml, application/json" \
  -d 'apiauthkey={{CREDITREPAIRCLOUD_API_KEY}}&secretkey={{CREDITREPAIRCLOUD_SECRET}}&xmlData=%3Ccrcloud%3E%3Cclient%3E%3Cid%3E{{$record_id}}%3C/id%3E%3C/client%3E%3C/crcloud%3E'