Skip to main content
DELETE
Delete Skill Version
Every request requires ?beta=true and anthropic-beta: skills-2025-10-02.

Authorizations

X-Api-Key
string
header
default:sk-ant-local-default
required

OMA workspace API key.

Headers

anthropic-beta
string
required

Optional header to specify the beta version(s) you want to use.

To use multiple betas, use a comma separated list like beta1,beta2 or specify the header multiple times for each beta.

anthropic-version
string

The version of the OMA API you want to use.

Read more about versioning and our version history here.

Path Parameters

skill_id
string
required

Unique identifier for the skill.

The format and length of IDs may change over time.

version
string
required

Version identifier for the skill.

Each version is identified by a Unix epoch timestamp (e.g., "1759178010641129").

Query Parameters

beta
enum<boolean>
required

Selects the beta API contract for this endpoint. Must be true.

Available options:
true

Response

Successful Response

id
string
required

Version identifier for the skill.

Each version is identified by a Unix epoch timestamp (e.g., "1759178010641129").

Example:

"1759178010641129"

type
string
default:skill_version_deleted
required

Deleted object type.

For Skill Versions, this is always "skill_version_deleted".