Go
rr, err := client.Tenancy.Delete(context.Background(), &v1.TenantDeleteRequest{ Id: "" })
{ "tenant": { "id": "<string>", "name": "<string>", "created_at": "2023-11-07T05:31:56Z" } }
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.