Skip to main content
DELETE
Delete a Skill
Using our API via a dedicated deployment? Just replace api.langdock.com with your deployment’s base URL: <deployment-url>/api/public
Permanently deletes a Skill from your workspace. This action cannot be undone.

Required Scopes

This endpoint requires the SKILL_API scope.
Requires owner access to the Skill. Workspace admins can also delete Skills through this endpoint.

Path Parameters

Example

Response Format

Success Response (200 OK)

Error Handling

Deleting a Skill is permanent. Users, Agents, or Projects that relied on the Skill will no longer have those instructions available.
Langdock intentionally blocks browser-origin requests to protect your API key and ensure your applications remain secure. For more information, please see our guide on API Key Best Practices.

Authorizations

Authorization
string
header
required

API key as Bearer token. Format "Bearer YOUR_API_KEY"

Path Parameters

skillId
string<uuid>
required

UUID of the Skill.

Response

Skill deleted successfully

success
boolean
required
Example:

true