Go
rr, err := client.Tenancy.Delete(context.Background(), &v1.TenantDeleteRequest{ Id: "" })
{ "tenant_id": "<string>" }
id is the unique identifier of the tenant to be deleted.
A successful response.
TenantDeleteResponse is the message returned from the request to delete a tenant.
tenant_id is the tenant id that was deleted.