> ## 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.

# Delete Certificate

> Delete a certificate from your career profile

## Overview

Permanently delete a certificate. This is a hard delete - the record is removed and cannot be recovered.

<Note>
  **Scope required:** `certificates:write` | **Rate limit:** 10 requests/min
</Note>

## Request

```bash theme={null}
DELETE /v1/certificates/clx...
```

### Path Parameters

<ParamField path="id" type="string" required>
  Certificate id
</ParamField>

### Query Parameters

<ParamField query="cvId" type="string">
  Target a specific resume by its id (from `list-resumes`). Omit to use your base/default resume; the resume must be self-contained.
</ParamField>

## Response

```json theme={null}
{
  "success": true
}
```

Returns `404` if the certificate does not exist or does not belong to the authenticated user.
