Delete Saved Search
Learn about the Search API endpoint to delete saved searches
Request:
DELETE <tenant uri>/personal/savedSearches/<id>
Parameters | Name | Required | Details |
---|---|---|---|
Headers | Authorization | Yes | Authentication access token in the format: "Bearer
<accessToken> " (see details in Authentication API ). |
Content-Type | Yes | Must be
"Content-Type: application/json" . | |
Path | tenant URI | Yes | Tenant URI, for example "f4k3KxEMj6faCBs". |
id | Yes | Identifier of the saved search to delete. |