---
title: "Removes a credential"
method: DELETE
path: "/launch/credentials/{owner}/{name}"
tags: ["launch"]
---

# Removes a credential

`DELETE /launch/credentials/{owner}/{name}`

## Path parameters

- `owner` string, required
- `name` string, required

## Response `204`

The specified credential was successfully removed

## Other responses

- `403` — User does not have permission to manage credentials for the given owner
- `404` — The specified credential does not exist

---

[API](https://skmtc.net/determined-ai/apis/launcher-api.md) · [All operations](https://skmtc.net/determined-ai/apis/launcher-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/determined-ai/launcher-api/versions/33885ccfb9ac/schema)
