Authorizations
Headers
Path Parameters
Example:
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');Was this page helpful?