---
title: "Delete the authenticated user's OpenCode Go API key"
method: DELETE
path: "/v1/opencode-go/user/credentials"
tags: ["Credentials"]
---

# Delete the authenticated user's OpenCode Go API key

`DELETE /v1/opencode-go/user/credentials`

## Response `200`

Credential deletion result

- ApiKeyCredentialDeleteResponse
  - `success` boolean, required

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal server error

---

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