---
title: "Delete a virtual key from a user's access profile"
method: DELETE
path: "/api/users/{target_user_id}/access-profiles/virtual-keys/{vk_id}"
tags: ["Access Profiles"]
---

# Delete a virtual key from a user's access profile

`DELETE /api/users/{target_user_id}/access-profiles/virtual-keys/{vk_id}`

## Path parameters

- `target_user_id` string, required
- `vk_id` string, required

## Response `200`

Virtual key deleted.

- object
  - `message` string

## Other responses

- `404` — Virtual key not found for this user
- `500` — Internal server error

---

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