datatype-delete
Remove datatypes from the Simplifier platform by specifying their qualified name, including namespace prefixes when needed.
Instructions
#Delete a datatype Deletes the datatype with the given name. The name may be prefixed by the namespace, separated with a slash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qualifiedName | Yes |
Input Schema (JSON Schema)
{
"properties": {
"qualifiedName": {
"type": "string"
}
},
"required": [
"qualifiedName"
],
"type": "object"
}