Skip to main content

__delete_subscription_impl

Function __delete_subscription_impl 

Source
pub async fn __delete_subscription_impl(
    state: State<AppState>,
    __arg1: Path<i64>,
) -> Result<(), HandlerError>
Expand description

Delete a subscription.

Permanently deletes a subscription mapping by its ID.

§Path Parameters

id: The unique identifier of the subscription to delete

§Responses

204: () - Subscription deleted successfully 401: () - Unauthorized 404: () - Subscription was not found 408: () - Request timeout 500: () - Internal server error

§Metadata

@tag subscriptions