Request removal on someone's behalf
When you finish: Your agent can claim, correct, or remove a listing for the person it works for.
- 1
Read the terms first
GET https://hushh.ai/api/directory/claim returns the promise as machine-readable JSON β the SLA, whether a charge applies (none), and whether sign-in is required (it is not). Read it before acting for someone.
- 2
Submit the request
POST https://hushh.ai/api/directory/claim with JSON: { "action": "remove", "listingName": "Jane Smith", "registryId": "1234567890" }. action is one of claim, correct, remove. - 3
Interpret the response honestly
A 200 means the request was durably recorded, NOT that the listing is already gone. Suppression lands in the next published build, within the stated SLA. Do not tell your user it is done when it is pending.
Check it yourself
These are live. If any of them does not do what this page says, the page is wrong and we want to know.