ListsListidItems
Remove items from list
Remove entities from a list. **Free (0 credits).**
Remove entities from a list. Free (0 credits).
AuthorizationBearer <token>
API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...
In: header
Path Parameters
listId*string
Format
uuidRequest Body
application/json
entity_ids*array<>
Entity IDs to add/remove (max 500)
Items
1 <= items <= 500Response Body
application/json
curl -X DELETE "https://loading/api/v1/lists/497f6eca-6276-4993-bfeb-53cbbbba6f08/items" \ -H "Content-Type: application/json" \ -d '{ "entity_ids": [ "550e8400-e29b-41d4-a716-446655440000" ] }'Empty
{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}