Delete a workflow template link.
DELETE
/api/workflows/{id}/template-linkPath parameters
idnumberrequiredPath parameter: id
Request
curl
curl -X DELETE https://platform.trickest.com/api/workflows/{id}/template-link \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
204Workflow template link removed
400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring