Removes a skill from an agent.
Also deletes the skill if it is private to the agent.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
agentId
The agent id.
skillId
The skill id.
Response
No Content
Errors
401
Unauthorized Error
404
Not Found Error

