Delete an item

Delete an item.

DELETE https://api.jsonpad.io/lists/{listId}/items/{itemId}

Example

cURL
1234curl https://api.jsonpad.io/lists/d85ed41d-647a-4cab-9bd2-302809659742/items/7f6ef3f2-332d-40dc-9c72-dcd4c0c0a06c \
  -X DELETE \
  -H "Content-Type: application/json" \
  -H "x-api-token: <YOUR TOKEN>"

Parameters

  • required
    listIdstringA list id or path name.
  • required
    itemIdstringAn item id or alias.

Request headers

  • required
    x-api-tokenstringYour API token.
  • optional
    x-identity-tokenstringAn identity token.
  • optional
    x-identity-groupstringAn identity group.

Request body

No request body

Response body

204 No Content

No response body

Response headers

No response headers

2024-10-29