Delete Skill Version
/v1/skills/{skill_id}/versions/{version} Parameters
path Path Parameters
| Name | Type |
|---|---|
skill_id
required
Unique identifier for the skill. The format and length of IDs may change over time. | string |
version
required
Version identifier for the skill. Each version is identified by a Unix epoch timestamp (e.g., "1759178010641129"). | string |
header Header Parameters
| Name | Type |
|---|---|
anthropic-beta Optional header to specify the beta version(s) you want to use. To use multiple betas, use a comma separated list like | string |
anthropic-version The version of the Claude API you want to use. Read more about versioning and our version history here. | string |
x-api-key Your unique API key for authentication. This key is required in the header of all API requests, to authenticate your account and access Anthropic's services. Get your API key through the Console. Each key is scoped to a Workspace. | string |
Responses
Successful Response
id: string;
type: string;
}
Client Errors
Error response.
See our errors documentation for more details.
error:
request_id: string | null;
type: "error";
}