registercheckby openlaw group
API referenceLists

Delete a list

DELETE
/lists/{list_id}

Deletes the list and its items. The companies and persons it referred to are not affected.

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

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"
{  "object": "monitor",  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "deleted": true}