Acontext
UserIdentifier

Delete user

DELETE
/user/{identifier}

Delete a user by identifier and cascade delete all associated resources (Session, Disk, Skill)

Authorization

BearerAuth
Authorization<token>

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

In: header

Path Parameters

identifier*string

User identifier string

Response Body

application/json

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