Delete part of an item's data.
This route uses JSON pointer syntax to specify the data to delete.
DELETE https://api.jsonpad.io/lists/{listId}/items/{itemId}/data/{pointer}curl https://api.jsonpad.io/lists/a0d776d8-63c7-4452-a739-6c4fc619f678/items/dd8f042a-587e-4aac-9214-cd54a1f6ad37/data/locations/0 \
-X DELETE \
-H "Content-Type: application/json" \
-H "x-api-token: <YOUR TOKEN>"listIdstringA list id or path name.itemIdstringAn item id or alias.pointerstringA JSON pointer to the field in the item's data that will be returned.includeDatabooleanhttps://api.jsonpad.io/lists/edfb946a-52a9-44f8-b710-d2a3a5512d15/items/729205c3-f5b7-426d-84c5-2a531cfc820e/data/locations/0?includeData=trueWhether to include the item data in the response or not. Can be true or false.
Defaults to true.
x-api-tokenstringYour API token.x-identity-tokenstringAn identity token.x-identity-groupstringAn identity group.No request body
{id: "3a2129cf-9f7f-4a82-a520-a8dba48cf32b"createdAt: "2026-09-05T11:30:16.332Z"updatedAt: "2026-09-05T11:30:16.332Z"data: {name: "John Doe"age: 30locations: [0: {city: "New York"state: "NY"}1: {city: "Los Angeles"state: "CA"}]}version: "1"readonly: falseactivated: truedescription: "This is a sample item"size: 111locked: false}etagaf2bdbe1aa9b6ec1e2ade1d694f41fc71a831d0268e9891562113d8a62add1bfA SHA-256 hash of the item.last-modified2026-09-05T11:30:16.332ZThe date this item was last modified.