Delete a student status

Soft-deletes the selected school student status and returns an empty successful response for the settings screen.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired>=1
Student status identifier to delete.

Response

Student status was deleted.
statusstringOptional
messagestringOptional
datalist of anyOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error