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