delete students from setup
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
"students": ["student_id":1231231]
Request Code Samples
curl --location 'https://apidev.edufee.online/api/open-payment/setup/1/students/delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '"students": ["student_id":1231231]'
Responses
application/json
Modified at 2026-04-27 19:41:32