POST
/
v1
/
tenants
/
{tenant_id}
/
bundle
/
delete
rr, err: = client.Bundle.Delete(context.Background(), &v1.BundleDeleteRequest{
    TenantId: "t1",
    Name:     "organization_created",
})
{
  "name": "<string>"
}

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

tenant_id
string
required

Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant <code>t1</code> for this field. Required, and must match the pattern \“[a-zA-Z0-9-,]+\“, max 64 bytes.

Body

application/json
name
string

Name of the bundle to be deleted.

Response

200 - application/json
name
string