Deactivate a workflow
POST /v1/workflows/:id/deactivate — Set the workflow's `active` flag to false (no new trigger fires).
POST /v1/workflows/:id/deactivate
Set the workflow's active flag to false (no new trigger fires).
| Method | POST |
| Path | /v1/workflows/:id/deactivate |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | workflows |