Skip to main content
DELETE
/
v1
/
executors
/
{id}
Delete an Executor Configuration
curl --request DELETE \
  --url https://flowker.sandbox.lerian.net/v1/executors/{id} \
  --header 'X-API-Key: <api-key>'
This response has no body data.

Authorizations

X-API-Key
string
header
required

API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.

Path Parameters

id
string<uuid>
required

Unique identifier of the executor configuration.

Response