Deletes the specified EDA and all its versions.
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| Yes | edaId | str | Unique string identifier of the EDA to delete. |
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error |
| TYPE | WHEN |
|---|---|
| DataNotFoundError | `edaId` is not found. |
| ConflictError | The EDA is currently used in one or more refresh policies. |