Overview
The Delete Education endpoint permanently removes an education entry from your account.
Scope required: education:write | Rate limit: 10 requests/min
Request
DELETE /v1/education/{id}
Example
curl -X DELETE "https://api.mokaru.ai/v1/education/clx1234" \
-H "Authorization: Bearer mk_your_key"
Response
Whether the education was deleted
This action is permanent. The education entry will be removed from your profile.