---
title: "This endpoint deletes an existing TOE to the users portfolio."
method: DELETE
path: "/v1/toe/{toe_id}"
tags: ["Target Of Evaluation TOE"]
---

# This endpoint deletes an existing TOE to the users portfolio.

`DELETE /v1/toe/{toe_id}`

User can delete a TOE from their portfolio by providing the toe_id in endpoint.

## Path parameters

- `toe_id` string, required

## Response `200`

OK

- string[] — An empty array.

## Other responses

- `401` — Authentication information was missing or invalid or the user is not authorized to access resource or perform the associated action.
- `422` — The syntax of the request entity is correct, but server was unable to process the contained instructions.
- `429` — User has sent too many requests in a given amount of time

---

[API](https://skmtc.net/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.net/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/versions/c8c2f68d8b60/schema)
