---
title: "Revoke and remove an issued certificate (certbot or acme.sh)"
method: POST
path: "/host-metrics/managers/ssl/{id}/revoke"
tags: ["Host Metrics"]
---

# Revoke and remove an issued certificate (certbot or acme.sh)

`POST /host-metrics/managers/ssl/{id}/revoke`

## Path parameters

- `id` integer, required

## Request body

- object
  - `client` 'certbot' | 'acme.sh'
  - `name` string — certbot cert name or acme.sh domain

## Response `200`

Revoke result.

## Other responses

- `400` — Invalid client or certificate name.
- `403` — Elevation required or denied.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
