Skip to main content
DELETE
/
v1
/
gateway
/
sub-tenants
/
{id}
JavaScript
import Triglit from 'triglit';

const client = new Triglit({
  apiKey: 'My API Key',
});

await client.subTenants.delete('st_abc123def456');

Documentation Index

Fetch the complete documentation index at: https://docs.triglit.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Chave de API do tenant (publishable key ou secret key)

Headers

X-API-Key
string
required

Chave de API do tenant (publishable key ou secret key)

Path Parameters

id
string
required

Sub-tenant registration ID

Example:

"st_abc123def456"

Response

Sub-tenant registration deleted successfully