Delete a related student key value.
The underlying data model where the item is deleted from is defined in devilry.apps.core.models.relateduser.RelatedStudentKeyValue. The Simplified API that the server forwards this request to is devilry.apps.administrator.simplified.simplifiedrelatedstudentkeyvalue.SimplifiedRelatedStudentKeyValue.delete().
As long as the related student key value is deleted without an error, the response is HTTP 200 with a JSON object containing the id in the response body.
200 OK
{
id: 10
}
On errors, we respond with one of the HTTP Error status codes
PUT /administrator/restfulsimplifiedrelatedstudentkeyvalue/id
GET /administrator/restfulsimplifiedassignment/id
Enter search terms or a module, class or function name.