import Triglit from 'triglit';
const client = new Triglit({
apiKey: 'My API Key',
});
await client.subTenants.delete('st_abc123def456');Deletes a sub-tenant registration. Note: this only removes the registration metadata; the sub-tenant ID remains in runs/workflows as arbitrary. Requires secret key authentication.
import Triglit from 'triglit';
const client = new Triglit({
apiKey: 'My API Key',
});
await client.subTenants.delete('st_abc123def456');Chave de API do tenant (publishable key ou secret key)
Chave de API do tenant (publishable key ou secret key)
Sub-tenant registration ID
"st_abc123def456"
Sub-tenant registration deleted successfully
Was this page helpful?