Python SDK
skills
Delete a skill (soft-delete)
Soft-delete a skill (sets is_active=False).
Existing trace attributions are preserved, but the skill no longer appears in the active list and cannot be activated by agents.
Destructive for future runs — agents that depend on this skill will
fail to resolve it. Check activation_count from the list endpoint first.
Enforces ownership: only the creator or org admins can delete.
DELETE
Python SDK
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Headers
Path Parameters
The skill's stable ID (prefixed 'sk_').
Example:
"sk_abc123"