v1
latestOpenAPI 3.0.02026-07-24115101.2 MBTemplate types
Delete a template type data field by ID
Use this endpoint to delete a data field by its ID in the specified template type. See the Data Field data model for more information.
delete/template_types/{template_type_id}/data_fields/{data_field_id}
Path parameters
template_type_idinteger required
The unique ID of the template type.
data_field_idinteger required
The unique ID of the data field in template type.
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
x-oneflow-user-emailstring email required
The email address of a registered Oneflow user.
Response
The data field was deleted successfully.