Delete a dataset field.
Delete a field from a dataset by name.
DELETE
/api/datasets/{id}/fields/{fieldName}Path parameters
idnumberrequiredPath parameter: id
fieldNamestringrequiredPath parameter: fieldName
Request
curl
curl -X DELETE https://platform.trickest.com/api/datasets/{id}/fields/{fieldName} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
204No Content
400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring