Delete an item.
DELETE https://api.jsonpad.io/lists/{listId}/items/{itemId}curl 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>"listIdstringA list id or path name.itemIdstringAn item id or alias.x-api-tokenstringYour API token.x-identity-tokenstringAn identity token.x-identity-groupstringAn identity group.No request body
No response body
No response headers
2024-10-29