Skip to main content
DELETE
/
v1
/
tenants
/
{id}
go
rr, err := client.Tenancy.Delete(context.Background(), &v1.TenantDeleteRequest{
    Id: ""
})
{
  "tenant_id": "<string>"
}

Path Parameters

id
string
required

id is the unique identifier of the tenant to be deleted.

Response

A successful response.

TenantDeleteResponse is the message returned from the request to delete a tenant.

tenant_id
string

tenant_id is the tenant id that was deleted.