DELETE classes/{classId}/students/{studentIdentifier}

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Authenticated user who is either StaffMember

Request Information

URI Parameters

NameDescriptionTypeAdditional information
classId

string

Required

studentIdentifier

PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier

Required

Body Parameters

None.

Response Information

Resource Description

PearsonEnglish.LearningServices.Wse.Models.ApiProxyResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Fields

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Fields": "sample string 3"
}