Delete a Student

This method deletes a student account from SuccessMaker.

URI

https://[serverurl]/lms/api/schools/{school-id}/students/{guid}

URI Parameters

{school-id} The organization district number

{guid} The student's globally unique identifier

HTTP Method

DELETE

Resource Formats

text/xml

Authentication

required

Request Entities

n/a

Responses

200 OK The student is returned as the response entity.

404 Not Found There is no student with this GUID.

Response Entities

n/a