---
title: "Delete Profile"
method: DELETE
path: "/v1/profiles/{name}"
tags: ["Profiles"]
---

# Delete Profile

`DELETE /v1/profiles/{name}`

Deletes an existing profile by its name.

## Path parameters

- `name` string, required

## Response `200`

Profile deleted successfully.

- SuccessResponse
  - `data` object
    - `status` string

## Other responses

- `404` — Profile not found.
- `500` — Unable to delete the profile due to an unexpected error.

---

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