fields

Delete Field

delete/fields/{field_id}

Path parameters

field_idstring uuid required

Response

Successful Response

idstring uuid required
namestring required
titlestring required
requiredboolean required
dataset_idstring uuid required
inserted_atstring date-time required
updated_atstring date-time required

Changes

Changed in 2 of the 7 revisions of this API.17

    • removed the chat enum value from the settings/oneOf[subschema #3: ChatFieldSettings]/type response property for the response status 200

      response-property-enum-value-removed

    • removed the column enum value from the settings/oneOf[subschema #6: ColumnFieldSettings]/type response property for the response status 200

      response-property-enum-value-removed

    • removed the custom enum value from the settings/oneOf[subschema #4: CustomFieldSettings]/type response property for the response status 200

      response-property-enum-value-removed

    • removed the image enum value from the settings/oneOf[subschema #2: ImageFieldSettings]/type response property for the response status 200

      response-property-enum-value-removed

    • removed the table enum value from the settings/oneOf[subschema #5: TableFieldSettings]/type response property for the response status 200

      response-property-enum-value-removed

    • removed the text enum value from the settings/oneOf[subschema #1: TextFieldSettings]/type response property for the response status 200

      response-property-enum-value-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added ColumnFieldSettings to the settings response property oneOf list for the response status 200

      response-property-one-of-added

    • added column discriminator mapping keys to the settings response property for the response status 200

      response-property-discriminator-mapping-added