interface DeleteCustomFieldOption {
    contextId: number;
    fieldId: string;
    optionId: number;
}

Properties

contextId: number

The ID of the context from which an option should be deleted.

fieldId: string

The ID of the custom field.

optionId: number

The ID of the option to delete.