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');

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