Skip to main content

delete_domain

Function delete_domain 

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

Delete a domain scoped to a tenant. Returns whether a row was removed.