cURL
curl --request DELETE \ --url http://localhost:63372/api/captain/agents/{id}/skills/{name} \ --cookie captain_session=
{ "ok": true }
Delete a skill and its directory from the agent workspace.
HMAC-signed session cookie returned by /api/captain/auth/login. Valid for 7 days. Invalidated when password changes.
Agent ID
Skill name
Success
true