VersionDeleteResponse Class — anthropic-sdk-python Architecture
Architecture documentation for the VersionDeleteResponse class in version_delete_response.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 368f5447_0419_5bd2_ea28_a955ca5ff532["VersionDeleteResponse"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] 368f5447_0419_5bd2_ea28_a955ca5ff532 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 6cb6d7e6_50ae_badd_1f38_dae8e466c71b["version_delete_response.py"] 368f5447_0419_5bd2_ea28_a955ca5ff532 -->|defined in| 6cb6d7e6_50ae_badd_1f38_dae8e466c71b
Relationship Graph
Source Code
src/anthropic/types/beta/skills/version_delete_response.py lines 8–19
class VersionDeleteResponse(BaseModel):
id: str
"""Version identifier for the skill.
Each version is identified by a Unix epoch timestamp (e.g., "1759178010641129").
"""
type: str
"""Deleted object type.
For Skill Versions, this is always `"skill_version_deleted"`.
"""
Domain
Extends
Source
Frequently Asked Questions
What is the VersionDeleteResponse class?
VersionDeleteResponse is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/skills/version_delete_response.py.
Where is VersionDeleteResponse defined?
VersionDeleteResponse is defined in src/anthropic/types/beta/skills/version_delete_response.py at line 8.
What does VersionDeleteResponse extend?
VersionDeleteResponse extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free