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.

Path Params
integer
required

The unique ID of the template type.

integer
required

The unique ID of the data field in template type.

Headers
string
required
length between 40 and 40

The API key of your Oneflow account.

string
required

The email address of a registered Oneflow user.

Responses
200

The data field was deleted successfully.

400

Invalid format or content of the request.

401

The API token or the user email is invalid.

404

A required entity is missing.

Language
URL