pub async fn delete_function(
__arg0: State<Arc<AppState>>,
__arg1: Path<Uuid>,
tenant: Option<Extension<TenantId>>,
auth: Option<Extension<AuthContext>>,
) -> ApiResult<StatusCode>Expand description
DELETE /functions/{id} — remove a deployed function.
Returns 204 No Content on success and 404 Not Found if the id is
unknown.