---
title: "Delete credential by id"
method: DELETE
path: "/v2/teams/{teamId}/browser-agent/credentials/{userId}/{id}"
tags: ["Credentials"]
---

# Delete credential by id

`DELETE /v2/teams/{teamId}/browser-agent/credentials/{userId}/{id}`

Delete a login by id. Deleting a team-shared login requires manager role.

## Path parameters

- `userId` string, uuid, required
- `teamId` string, uuid, required
- `id` string, uuid, required

## Response `204`

Default Response

- 'null', nullable

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

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