ByteChef LogoByteChef
Frontend (Signing Key JWT)User Workflows

Delete a workflow

Delete a workflow.

DELETE
/automation/workflows/{workflowUuid}

Authorization

jwtBearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

workflowUuid*string

The workflow reference of the workflow to delete.

Header Parameters

X-Environment?string

The environment.

Value in

  • "DEVELOPMENT"
  • "STAGING"
  • "PRODUCTION"

Response Body

curl -X DELETE "https://example.com/automation/workflows/string"
Empty

How is this guide?