Flowker
cURL
curl --request DELETE \ --url https://flowker.sandbox.lerian.net/v1/workflows/{id} \ --header 'X-API-Key: <api-key>'
This response has no body data.
Use this endpoint to delete a workflow definition. Only workflows with draft or inactive status can be deleted.
draft
inactive
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
Unique identifier of the workflow.
Was this page helpful?