---
title: "Delete a workload identity"
method: DELETE
path: "/organizations/{org_id}/workload-identities/{id}"
tags: ["Workload Identities"]
---

# Delete a workload identity

`DELETE /organizations/{org_id}/workload-identities/{id}`

Admin-only. Hard delete — the next OIDC token from the underlying workload will fail auth lookup and 401.

## Path parameters

- `org_id` string, required
- `id` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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