Skip to main content
DELETE
/
v3
/
lists
/
{list_uuid}
/
entries
/
{entry_uuid}
curl -X DELETE "https://verification.didit.me/v3/lists/{list_uuid}/entries/{entry_uuid}/" \
  -H "x-api-key: YOUR_API_KEY"
Remove an entry from a list. For system blocklists, the corresponding item is automatically unblocked so it will no longer be declined during future verifications. Returns 204 on success.
curl -X DELETE "https://verification.didit.me/v3/lists/{list_uuid}/entries/{entry_uuid}/" \
  -H "x-api-key: YOUR_API_KEY"