NOSIBLE
DeveloperAPI reference
Get API key

Delete Saved Search

Delete a saved search by identifier.

POST/search/v2/delete-search

Related NOSIBLE resources

research & data

Inspect the Search data dictionary or read NOSIBLE research for implementation context and methods.

Authorizations

apiKey
Api-Keystringrequiredheader

Your NOSIBLE API key from the API Dashboard.

Example: nos_sk_...

Body

application/json
search_idstringrequiredbody

Identifier of the saved search.

Example: search_01J...

How to use this endpoint

guidance

Use Delete Saved Search only after confirming the search_id. Deletion is permanent for the saved configuration.

Response body

application/json

These are the fields you can build against. Nested names use dot notation; optional sections are called out in their descriptions.

messagestring

Deletion acknowledgement.

Example: Search was deleted.

response.search_idstring

Identifier that was deleted.

Example: search_01J...

Responses and errors

HTTP
200Request succeeded. The response body is shown in the panel on the right.
401unauthorizedThe API key or crawl-feed capability is not valid.
500delete_failedThe search could not be deleted.