Skip to main content

delete_backend

Function delete_backend 

Source
pub async fn delete_backend(
    pool: &PgPool,
    backend_id: Uuid,
    upstream_id: Uuid,
    tenant_id: Uuid,
) -> ProxyResult<bool>
Expand description

Delete a backend, verifying it belongs to the tenant’s upstream.