Skip to main content
Version: 2.0.0

deleteTenant

Deletes a tenant.

Parameters

ctx - The context of the request.
tenantKey - The id of the tenant. This can also be the tenant key.

Implementation

err := Permit.Api.Tenants.Delete(ctx, "tenantKey")