---
title: "Delete one of my skill credentials"
method: DELETE
path: "/me/env-vars/skill"
tags: ["Me"]
---

# Delete one of my skill credentials

`DELETE /me/env-vars/skill`

Remove the caller's own value. The workspace-wide value, if there is one, applies again afterwards.

## Request body

- InternalHandlerMeEnvVarRequest
  - `name` string
  - `sandbox_config_id` string
  - `skill_id` string
  - `value` string — Value is unused by the delete endpoints. Clearing a value is a delete rather than a write of "", so a member always has one unambiguous way to revoke.

## Response `200`

Deleted

- object

## Other responses

- `404` — Not set

## Changes

- **2026-08-27** `a0dc8a28a47f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tencentblueking/apis/weknora-api/changes/me/env-vars/skill/delete.md)

---

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