Acontext
Learning_spacesIdSkillsSkill_id

Exclude skill from space

DELETE
/learning_spaces/{id}/skills/{skill_id}

Remove a skill from a learning space. Idempotent — silently succeeds if not associated.

Authorization

BearerAuth
Authorization<token>

Project Bearer token (e.g., "Bearer sk-ac-xxxx")

In: header

Path Parameters

id*string

Learning space UUID

skill_id*string

Skill UUID

Response Body

application/json

curl -X DELETE "https://loading/api/v1/learning_spaces/string/skills/string"
{
  "code": 0,
  "error": "string",
  "msg": "string"
}