cURL
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>" }
Delete a reference from an entity type. Can only delete ext_ references on system entity types without system_entity_type_update permission.
Bearer token
Account ID
Entity type ID (UUID) or name (e.g., system.configuration)
Reference name
Allowed IP deleted successfully
Was this page helpful?