---
title: "Delete access profile"
method: DELETE
path: "/api/access-profiles/{id}"
tags: ["Access Profiles"]
---

# Delete access profile

`DELETE /api/access-profiles/{id}`

Blocked with 409 if any users still hold copies. Detach role attachments or remove user assignments first.

## Path parameters

- `id` integer, required

## Response `200`

Profile deleted

- object
  - `message` string

## Other responses

- `404` — Profile not found
- `409` — Profile has active user copies; detach users first.
- `500` — Internal server error

---

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