Unlink a workflow from its source template.
POST
/api/workflows/{id}/unlink-sourcePath parameters
idnumberrequiredPath parameter: id
Request
curl
curl -X POST https://platform.trickest.com/api/workflows/{id}/unlink-source \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Workflow unlinked from source template
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring