registercheckby openlaw group
API referenceLists

Remove an item from a list

DELETE
/lists/{list_id}/items/{list_item_id}

Free.

Authorization

bearerAuth
AuthorizationBearer <token>

Your API key, sent as Authorization: Bearer rc_live_….

In: header

Path Parameters

list_id*string

The list's id.

Formatuuid
list_item_id*string

The list item's id.

Formatuuid

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/lists/497f6eca-6276-4993-bfeb-53cbbbba6f08/items/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "object": "monitor",  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "deleted": true}