Skip to main content

delete_api_key

Function delete_api_key 

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

Delete an API key scoped to a tenant.