Delete a student photo
Removes the student's stored photo and returns the refreshed student profile data.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Student identifier.
Query parameters
batch_id
Academic year used when rebuilding the student response.
Response
The photo was deleted and the refreshed student profile is returned.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error

