Delete referral
documentedDeletes referrals in a referral program.
DELETE /api/referral/removeReferralsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
I looked up Referral Rock's API docs for the DELETE /api/referral/remove endpoint. The base URL is https://api.referralrock.com, and authentication is via Basic auth using your API key pair. The endpoint to delete referrals is /api/referral/remove and accepts a JSON body containing one or more query objects identifying the referrals to delete. See references: DELETE /api/referral/remove documentation and general API guidance. ([api.referralrock.com](https://api.referralrock.com/Help/Api/DELETE-api-referral-remove?utm_source=openai))