{ "id":"/axapi/v3/delete/partition", "type":"object", "node-type":"scalar", "title":"partition", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"hard delete a partition", "properties":{ "partition-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":14, "partition-visibility":"shared", "$ref":"/axapi/v3/partition", "description":"Object partition name", "optional":true }, "id":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Specify unique Partition id", "optional":true } } }