---
title: "Cancel a pending certificate"
method: POST
path: "/v1/certificates/{certificateId}/cancel"
tags: ["v1"]
---

# Cancel a pending certificate

`POST /v1/certificates/{certificateId}/cancel`

Use the cancel call to cancel a pending certificate order.

## Path parameters

- `certificateId` string, required

## Response `204`

Certificate order has been canceled

## Other responses

- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `404` — Certificate id not found
- `409` — Certificate state does not allow cancel
- `500` — Internal server error

---

[API](https://skmtc.net/godaddy/apis/untitled-api-2.md) · [All operations](https://skmtc.net/godaddy/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/godaddy/untitled-api-2/versions/100b3aa2d7ee/schema)
