Skip to main content
DELETE
/
agents
/
{agentId}
/
skills
/
{skillId}
Error
A valid request URL is required to generate request examples
{
  "message": "Skill detached from agent successfully"
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

agentId
string<uuid>
required

Agent ID

skillId
string<uuid>
required

Skill ID

Response

200 - application/json

Skill detached successfully

message
string
Example:

"Skill detached from agent successfully"