Delete an index

Delete an index.

DELETE https://api.jsonpad.io/lists/{listId}/indexes/{indexId}

Example

cURL
1234curl https://api.jsonpad.io/lists/e36f664e-bad4-4d9b-897e-6e807bf35f7d/indexes/06cda619-76d8-4f3d-ae5c-a103d9b54ae3 \
  -X DELETE \
  -H "Content-Type: application/json" \
  -H "x-api-token: <YOUR TOKEN>"

Parameters

  • required
    listIdstringA list id or path name.
  • required
    indexIdstringAn index id or path name.

Request headers

  • required
    x-api-tokenstringYour API token.

Request body

No request body

Response body

204 No Content

No response body

Response headers

No response headers

2024-10-29