Delete an education record from a user.
| Permission | Description |
|---|---|
education.delete | Delete your own education |
education.delete_any | Delete education from any user |
No content is returned when the education record is deleted successfully.
| Status | Description | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden (no permission) | Permission error |
| 404 | Not found | Not-found error |