app:schema:delete
Drops the database for the given schema ID
Options
| Name | Type | Description |
|---|---|---|
org_id | string | The organization ID that owns the schema |
schema_id | string | The name of the schema (database) to delete |
Outputs
| Name | Type | Description |
|---|---|---|
schema_id | string | The ID of the deleted schema |
Example
name: Delete a schema
actions:
- name: deleted
component: app:schema:delete
vars:
org_id: "{{ var.org_id }}"
schema_id: content