cURL
curl --request DELETE \ --url https://api.veryfront.com/projects/{project_reference}/workflows/{workflow_id} \ --header 'Authorization: Bearer <token>'
{ "ok": true }
Deletes a structured workflow source file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workflow identifier
Workflow deleted
true