ByteChef LogoByteChef
Backend (API Key)Instance Workflows

Disable a workflow

Disable a workflow.

DELETE
/{externalUserId}/integration-instances/{id}/workflows/{workflowUuid}/enable

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

externalUserId*string

The external user id.

id*integer

The id of an integration instance.

Formatint64
workflowUuid*string

The workflow reference of the workflow to delete.

Response Body

curl -X DELETE "https://example.com/string/integration-instances/0/workflows/string/enable"
Empty

How is this guide?