---
title: "Delete profile"
method: DELETE
path: "/api/v1/profile/{id}"
tags: ["Profile"]
---

# Delete profile

`DELETE /api/v1/profile/{id}`

## Path parameters

- `id` string, uuid, required

## Response `204`

Successfully deleted profile.

## Other responses

- `400` — The request is invalid. Check the input for missing or incorrect fields.
- `405` — Invalid profile id.
- `500` — An unexpected error occurred on the server.

---

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