v3

latestOpenAPI 3.0.02026-07-3179137151.7 KB
Fields

Remove a specific field definition from an entity.

delete/v2/fields/bydefinition

Query parameters

field_definition_idinteger required

The ID of the field definition to remove.

entity_idinteger required

The ID of the entity.

entity_type'booking' | 'property' | 'quote' | 'user' | 'guest' | 'owner' required

Entity types that support custom fields. This is a subset of EntityType enum values for entities that implement IFieldableEntity. Values must match the corresponding EntityType enum values to allow for translation.

The type of the entity.