delete
Developing
DELETE
http://localhost:1337/api/student/enquiries/id
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://localhost:1337/api/student/enquiries/id' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"student_id": "string",
"full_name": "string",
"date_of_birth": "2025-05-05",
"gender": "Male",
"email": "user@example.com",
"phone": "string",
"class": "string or id",
"admission": "string or id",
"attendance_records": [
"string or id",
"string or id"
],
"locale": "string",
"localizations": [
"string or id",
"string or id"
]
}
}'
Response Response Example
{}
Request
Body Params application/json