delete_namespace
Delete a namespace from a specific branch in a Bauplan data catalog. Provide the namespace name and branch to remove it.
Instructions
Delete a specified namespace from a given branch in the user's Bauplan data catalog using a namespace name and branch name. Delete a namespace from a specific branch of the user's Bauplan catalog.
Args: namespace: Name of the namespace to delete. branch: Branch name containing the namespace to delete. Must follow the format <username.branch_name>.
Returns: NamespaceDeleted: Object indicating success/failure of the deletion
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | ||
| branch | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | Yes | ||
| namespace | Yes | ||
| branch | Yes | ||
| message | No |