Skip to main content
POST
/
v1
/
tenants
/
{tenant_id}
/
bundle
/
delete
go
rr, err := client.Bundle.Delete(context.Background(), &v1.BundleDeleteRequest{
    TenantId: "t1",
    Name:     "organization_created",
})
The “Delete Bundle” API is designed for removing specific data bundles within a multi-tenant application environment. This API facilitates the deletion of a bundle, identified by its unique name, from a designated tenant’s environment.
To see what Data Bundles are and how they work, check out the Data Bundles section.

Path Parameters

Response

A successful response.