Search

Delete Search Index

Permanently deletes a search index and all its data

DELETE/v2/search/{id}
cURL
curl --request DELETE \
  --url https://api.upstash.com/v2/search/{id} \
  --header 'Authorization: Bearer <token>'
200Response
"OK"

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Path parameters

idpathstringrequired

The unique ID of the search index to be deleted

Response

200 — Search Index Deleted Successfully

Loading search…