Delete Workflow

Delete a workflow from your workspace

Published

DELETE
/v1/workflows/{id}
curl -X DELETE "https://api.orshot.com/v1/workflows/<ID>" \
  -H "Authorization: Bearer <ORSHOT_API_KEY>"

Overview#

Delete a workflow. Its run history is kept, but the workflow stops triggering and disappears from your dashboard.

Endpoint
https://api.orshot.com/v1/workflows/:id

Path Parameters#

ParameterTypeRequiredDescription
idIntegerYesThe unique ID of the workflow

Request#

JavaScript
await fetch("https://api.orshot.com/v1/workflows/44", {
  method: "DELETE",
  headers: {
    Authorization: "Bearer <ORSHOT_API_KEY>",
  },
});
JSON
{
  "ok": true
}

Error Responses#

Workflow Not Found (404)#

JSON
{
  "error": "Not found"
}

Rate Limits#

  • 60 requests per minute per workspace
Was this page helpful?

Ready to automate?

Start rendering images, PDFs and videos from your templates in under 2 minutes. Free plan, no credit card.

Get your API key
  • Image, PDF and video generation via API
  • Visual editor with AI and smart layouts
  • Zapier, Make, MCP and 50+ integrations
  • White-label embed for your own app
  • 30 free credits — no credit card required