pub async fn delete_star_order(
auth: EstAuth,
__arg1: Path<String>,
__arg2: State<Arc<AppState>>,
) -> Result<Response, KipukaError>Expand description
DELETE /.well-known/est/star/{order_id}
Cancel a STAR order. Future renewals are suppressed and the order
status is set to cancelled. Existing certificates remain valid
until their natural expiry.
§Authentication
Requires EST authentication (mTLS or OTP).
§Response
| Status | Meaning |
|---|---|
| 204 | Order cancelled successfully |
| 404 | Order not found |