---
title: "Remove SSL Certificate"
method: DELETE
path: "/storage/buckets/{bucketName}/ssl_certificate"
tags: ["Bucket SSL Certificate"]
---

# Remove SSL Certificate

`DELETE /storage/buckets/{bucketName}/ssl_certificate`

Deletes an SSL certificate and its matching secret.

## Path parameters

- `bucketName` string, required

## Response `200`

SSL Certificate Response

- object
  - `data` SSLCertificate
    - `id` string — Unique identifier for the SSL certificate
    - `issued_to` object
      - `common_name` string — The common name of the entity the certificate was issued to
      - `organization` string — The organization the certificate was issued to
      - `organization_unit` string — The organizational unit the certificate was issued to
    - `issued_by` object
      - `common_name` string — The common name of the entity the certificate was issued by
      - `organization` string — The organization the certificate was issued by
      - `organization_unit` string — The organizational unit the certificate was issued by
    - `valid_from` string, date-time — The time the certificate is valid from
    - `valid_to` string, date-time — The time the certificate is valid to
    - `created_at` string, date-time — Time when SSL certificate was uploaded

## Other responses

- `401` — Unauthorized
- `404` — Bucket or SSL certificate not found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/8f5f4e537994/schema)
