/SavedSearches/{SavedSearchID} DELETE

Deletes saved searches for the authenticated user of the request.

URL
/SavedSearches/{SavedSearchID}
Verb
Delete

Headers

Header Data Type Valid Values Required Description
Content-Type string application/json YES The format your data will be sent to our site.
X-DevKey string string YES The devkey assigned to the developer.
X-AccessToken string string YES The token acquired from a POST to Users/AccessToken.

Output

If the search cannot be found, this call will respond with a 404 NotFound

If the user access token doesn't match up with the user of the saved search, this call will respond with a 403 Forbidden

If the objectId in the URL is not a positive integer, this call will respond with a 400 BadRequest

If there are no errors, this call will respond with a 200 OK.