v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Tools|Tool

Delete tools.

This endpoint permits the deletion of many tools simultaneously with the provision of an array of IDs. You can enable the dryRun parameter to simulate the execution, without modifying actual data. Note that deleted tools cannot be restored.

get/tool/delete

Query parameters

ids[]integer[]

The internal ids of the tool to be deleted. This Parameter is optional.

dryRunboolean

Simulate the operation (default: false). (No data will be removed) This Parameter is optional.

Response

Success Response:

Example response

{
  "deletedItems": [
    {
      "currentProjectChangedAt": "2015-02-20T12:59:21+01:00",
      "createdAt": "2015-02-20T12:59:21+01:00"
    }
  ]
}