Delete Parent Behaviour Point

Delets a behaviour point from a pupil's record.

POST
/deleteparentbehaviour/{studentId}

Authorization

Authorization<token>

This is the session_id returned when logging in. It must be prefixed with Basic. e.g. Basic eW91IHNob3VsZCBzdGFyIHRoaXMgcmVwbyE=

In: header

Request Body

application/x-www-form-urlencodedRequired
behaviour_idinteger

Path Parameters

studentIdRequiredinteger
curl -X POST "https://www.classcharts.com/apiv2student/deleteparentbehaviour/0" \
  -H "Authorization: <token>" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d ''

Behaviour point deleted

{
  "data": [
    null
  ],
  "meta": [
    null
  ],
  "success": 1
}