Skip to main content
DELETE
/
v1
/
lists
/
{uuid}
/
entries
/
{entry_uuid}
Delete List Entry
curl --request DELETE \
  --url https://identity.contra.id/v1/lists/{uuid}/entries/{entry_uuid}
curl -X DELETE https://identity.contra.id/v1/lists/$UUID/entries/$ENT \
  -H "x-api-key: $CONTRA_KEY"

Response · 204

No body. The action is audited.