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.
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"