customizations_delete_all
Last edit: Nov 10, 2025
Remove all models, beware there is no coming back!
customizations_delete_all(
all_custom_model_types: Boolean
all_model_schemas: Boolean
custom_model_type_name: String
filter: ModelsFilterInput
model_schema_name: String
sync: Boolean
): ObjectCount!
Arguments
all_custom_model_types (Boolean)
Deprecated, use all_model_schemas
all_model_schemas (Boolean)
Mark this if you really want to remove all models
custom_model_type_name (String)
Deprecated, use model_schema_name
filter (ModelsFilterInput)
model_schema_name (String)
sync (Boolean)
Set to true if you want it to run synchronously