---
title: "Delete Agent Portfolio"
method: DELETE
path: "/api/v1/agent-portfolios/{agentPortfolioId}"
tags: ["Agent Portfolios"]
---

# Delete Agent Portfolio

`DELETE /api/v1/agent-portfolios/{agentPortfolioId}`

**Rate limit:** 60 requests per 60 seconds. This is the **default shared quota** — it is shared with every other endpoint that has no dedicated limit, so requests across those endpoints all draw from the same budget.

---

Permanently removes a agent-portfolio by revoking all user tokens, stopping the copy mirror, and deleting from storage.

## Path parameters

- `agentPortfolioId` string, uuid, required

## Headers

- `x-request-id` string, uuid, required
- `x-api-key` string, password, required
- `x-user-key` string, password, required

## Response `204`

Agent-portfolio was successfully removed

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Agent-portfolio not found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/etoro/apis/etoro-api.md) · [All operations](https://skmtc.dev/etoro/apis/etoro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/etoro/etoro-api/revisions/69c1fb266c35/schema)
