delete_certificate_revoke_invalidate
Permanently delete a certificate by ID to revoke or invalidate it. Use only after user confirmation, as this action cannot be undone.
Instructions
🔴 DESTRUCTIVE · deletes · DELETE /v2/certificates/{id}
Delete a certificate (Revoke / Invalidate). Deletes the certificate specified by the provided certificate id.
Behavior: permanently removes the addressed record from the live school — no undo from this server. Auth (admin API token + Lw-Client id) is injected server-side, never by the model; calls are throttled to stay under LearnWorlds' 30-per-10s cap and retried on 429/5xx.
Returns: HTTP 200/204, with a body that is usually empty on success. A non-2xx reply surfaces as a tool error with that status and the API error payload — 401 bad/expired token, 403 not permitted, 404 no such record, 422 rejected input.
Use when: only after the user confirms the removal. To merely revoke access or deactivate, use the matching 🟡 update or unenroll tool instead. Related Certificates tools: update_certificate_reissue, get_certificates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Certificate Id |