curl -X DELETE "https://verification.didit.me/v3/lists/{list_uuid}/" \
-H "x-api-key: YOUR_API_KEY"
Lists
Delete List
DELETE /v3/lists// — remove an allowlist or custom list from your Didit application. System blocklists cannot be deleted.
DELETE
/
v3
/
lists
/
{list_uuid}
/
curl -X DELETE "https://verification.didit.me/v3/lists/{list_uuid}/" \
-H "x-api-key: YOUR_API_KEY"
Delete a list. System lists (blocklists) cannot be deleted. Returns 204 on success.
curl -X DELETE "https://verification.didit.me/v3/lists/{list_uuid}/" \
-H "x-api-key: YOUR_API_KEY"