Acontext
Learning_spacesId

Delete learning space

DELETE
/learning_spaces/{id}

Delete a learning space. Junction records are cascade-deleted by the DB.

Authorization

BearerAuth
Authorization<token>

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

In: header

Path Parameters

id*string

Learning space UUID

Response Body

application/json

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