Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Go
rr, err := client.Tenancy.Delete(context.Background(), &v1.TenantDeleteRequest{ Id: "" })
client.tenancy.delete({ id: "",}).then((response) => { // handle response})
curl --location --request DELETE 'http://localhost:3476/v1/tenants/t1'
{ "tenant_id": "<string>" }
{ "code": 123, "message": "<string>", "details": [ { "@type": "<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.