---
title: "Delete an Executor Configuration"
method: DELETE
path: "/v1/executors/{id}"
tags: ["Executor Configurations API"]
---

# Delete an Executor Configuration

`DELETE /v1/executors/{id}`

Use this endpoint to delete an executor configuration. Only configurations with `unconfigured`, `configured`, or `disabled` status can be deleted.

## Path parameters

- `id` string, uuid, required

## Response `204`

Indicates that the resource was successfully deleted.

## Other responses

- `400` — Indicates that the request was malformed or contained invalid parameters.
- `404` — Indicates that the requested resource could not be found.
- `409` — The resource state changed concurrently. Retry with the latest version.
- `422` — Indicates that the request was well-formed but contains semantic errors that prevent processing.
- `500` — Indicates an unexpected internal error. If this persists, please contact support.

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
