Skip to main content
DELETE
/
v1
/
experiences
/
{id}
Delete Experience
curl --request DELETE \
  --url https://api.mokaru.ai/v1/experiences/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

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

success
boolean
Whether the experience was deleted
{
  "success": true
}
This action is permanent. The work experience will be removed from your profile.