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