tool_id
). This operation is irreversible—once a tool is deleted, it cannot be recovered. It is typically used when a tool is no longer needed or outdated.tool_id
?#tool_id
is a required path parameter that uniquely identifies the tool to be deleted. It is an integer value used by the system to locate the specific tool that the user intends to remove.tool_id
as a required path parameter to identify the tool targeted for deletion.tool_id
exists, it is permanently deleted from the system.curl --location -g --request DELETE 'https:///v2/api/tool/70' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Tool deleted successfully.",
"data": {}
}