Skip to main content

Index::Delete

Index::Delete

Request Body required
  • name string
Responses

A successful response.


Schema
  • object
POST /index/delete

Request

Body required
{
"name": "string"
}
curl / cURL
curl -L -X POST 'https://infrawhispers.github.io/index/delete' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"name": "string"
}'