Delete an index

Delete an index.

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

Example

cURL
123curl https://api.jsonpad.io/lists/35040ba5-8b38-4b0e-8612-da9af0e89dba/indexes/c0f140fb-9a97-4518-a902-ae383737fa37 \ -X DELETE \ -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