Activity & shared boards

DELETE /me/searches/{id}/share Session only

Make a shared board private again.

Owner-scoped and idempotent (already-private is a no-op). Returns 204 No Content.

Path parameters

id integer required
The saved-search id.Example 2
curl
curl -X DELETE "https://freehire.dev/api/v1/me/searches/2/share" -b cookies.txt