1. Description
This component is responsible for the Delete Method of the Civil NX API. It returns the API's database for the information you want to query in Civil NX.
Therefore, similar to using the API, you can input the End Point excluding "/db/" in the URL to delete the data you want in JSON format.
For example, the API for Section is {{BaseURL}}/db/sect. Here, you can input the endpoint excluding "/db/", so you would input "sect" to delete the information. The same method applies to other functionalities as well.
2. Grasshopper Path
[Midas] > [Tools] > [Delete Component]
3. Component Image
4. Input/Output Value
- Input Data
Index | Name | Description | Type | Default |
Previous |
---|---|---|---|---|---|
1 | Command | End Point excluding "/db/" | String | - | - |
2 | IDs |
ID number you wish to delete (If you want delete all, you input "/" in panel) |
Integer | - | - |
- Output Data
Index | Command | Description | Type | Method |
Next |
---|---|---|---|---|---|
1 | - | Delete DB Data | Json | DELETE | - |
5. Reference API Manual Link
base URL and API-Key