Skip to main content

delete_star_order

Function delete_star_order 

Source
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

StatusMeaning
204Order cancelled successfully
404Order not found