Component Details
appmixer.axiom.datasets.DeleteDataset
Delete Dataset
1.0.0
Public
{ "name": "appmixer.axiom.datasets.DeleteDataset", "label": "Delete Dataset", "description": "Delete a dataset from Axiom.", "author": "Appmixer <info@appmixer.com>", "version": "1.0.0", "auth": { "service": "appmixer:axiom" }, "quota": { "manager": "appmixer:axiom", "resources": "requests", "scope": { "userId": "{{userId}}" } }, "inPorts": [ { "name": "in", "schema": { "type": "object", "properties": { "datasetId": { "type": "string" } }, "required": [ "datasetId" ] }, "inspector": { "inputs": { "datasetId": { "type": "text", "label": "Dataset ID", "index": 1, "tooltip": "The unique identifier of the dataset to delete" } } } } ], "outPorts": [ { "name": "out" } ], "icon": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiByeD0iOCIgZmlsbD0iIzAwMDAwMCIvPgo8cGF0aCBkPSJNMzIgMTZMMTYgNDhINDhMMzIgMTZaIiBmaWxsPSIjRkZGRkZGIi8+CjxwYXRoIGQ9Ik0zMiAyNEwyNCA0MEg0MEwzMiAyNFoiIGZpbGw9IiMwMDAwMDAiLz4KPC9zdmc+Cg==" }