Delete a skill Technical Preview; added in 9.4.0

DELETE /api/agent_builder/skills/{skillId}

Spaces method and path for this operation:

delete /s/{space_id}/api/agent_builder/skills/{skillId}

Refer to Spaces for more information.

Delete a user-created skill by ID. This action cannot be undone.

[Required authorization] Route required privileges: manage_agent_builder.

Headers

  • kbn-xsrf string Required

    A required header to protect against CSRF attacks

Path parameters

  • skillId string Required

    The unique identifier of the skill.

DELETE /api/agent_builder/skills/{skillId}
curl \
 --request DELETE 'https://localhost:5601/api/agent_builder/skills/{skillId}' \
 --header "Authorization: $API_KEY" \
 --header "kbn-xsrf: true"