API referenceLists
Remove an item from a list
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.
Format
uuidlist_item_id*string
The list item's id.
Format
uuidResponse 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}