Javascript
import AIInbx from 'aiinbx'; const client = new AIInbx({ apiKey: 'My API Key', }); const domain = await client.domains.delete('domainId'); console.log(domain.success);
{ "success": true }
Delete a domain by ID from the organization
API Key authentication using Bearer token
Successful response
Was this page helpful?