AI Agents
Delete a Skill
Deletes an existing skill by name.
DELETE
/
api
/
projects
/
{projectName}
/
skills
/
{skillName}
Path Parameters
projectName
string
requiredThe name of the project where agent resides
skillName
string
requiredName of existing skill to delete
Response
200 - application/json
The response is of type string
.
Was this page helpful?