curl --request DELETE \
    --url https://api.buster.so/api/v1/tenants/buster_tenant_1?is_external_id=true \
    --header 'api-key: <YOUR-API-KEY>' \
204 No Content

Path Parameters

id
string
required

This references the unique identifier for the tenant. This can either be the id of the tenant or the external_id that you assigned at tenant creation.

Query Parameters

is_external_id
boolean

When set to true, the id field will be treated as an external_id. Default is false.