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

Documentation Index

Fetch the complete documentation index at: https://docs.mokaru.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Permanently delete a cover letter. The parent resume is unaffected. Cannot be undone - confirm with the user before calling.
Scope required: cover-letter:write | Rate limit: 10 requests/min

Request

DELETE /v1/cover-letter/{id}

Example

curl -X DELETE "https://api.mokaru.ai/v1/cover-letter/clx_cl_abc" \
  -H "Authorization: Bearer mk_your_key"

Response

success
boolean
Whether the cover letter was deleted.
{ "success": true }