---
title: "DELETE /code-interpreters/{codeInterpreterId}"
method: DELETE
path: "/code-interpreters/{codeInterpreterId}"
---

# DELETE /code-interpreters/{codeInterpreterId}

`DELETE /code-interpreters/{codeInterpreterId}`

Deletes a custom code interpreter.

## Path parameters

- `codeInterpreterId` string, required

## Query parameters

- `clientToken` string

## Response `202`

Success

- DeleteCodeInterpreterResponse
  - `codeInterpreterId` string, required — The unique identifier of the deleted code interpreter.
  - `status` 'CREATING' | 'CREATE_FAILED' | 'READY' | 'DELETING' | 'DELETE_FAILED' | 'DELETED', required — The current status of the code interpreter deletion.
  - `lastUpdatedAt` string, date-time, required — The timestamp when the code interpreter was last updated.

## Other responses

- `480` — ServiceQuotaExceededException
- `481` — ConflictException
- `482` — ValidationException
- `483` — AccessDeniedException
- `484` — ResourceNotFoundException
- `485` — ThrottlingException
- `486` — InternalServerException

---

[API](https://skmtc.net/aws/apis/bedrock-agentcore-control.md) · [All operations](https://skmtc.net/aws/apis/bedrock-agentcore-control/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock-agentcore-control/versions/0ebde766792b/schema)
