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

agentIdstringRequiredformat: "uuid"
The agent id.
skillIdstringRequiredformat: "uuid"
The skill id.

Response

No Content

Errors

401
Unauthorized Error
404
Not Found Error