Skip to main content
DELETE
/
v1
/
entity_types
/
{entityTypeIdOrName}
/
references
/
{referenceName}
Delete Reference from Entity Type
curl --request DELETE \
  --url https://api.us.lexful.app/v1/entity_types/{entityTypeIdOrName}/references/{referenceName} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Account-ID: <api-key>'
{
  "status": 123,
  "message": "<string>",
  "error_id": "<string>",
  "error_code": "<string>",
  "developer_message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token

X-Account-ID
string
header
required

Account ID

Path Parameters

entityTypeIdOrName
string
required

Entity type ID (UUID) or name (e.g., system.configuration)

referenceName
string
required

Reference name

Response

Allowed IP deleted successfully