Tool Templates
Last modified:2026-01-30 13:43:45
Maintainer:Jesper Rietbergen
Delete a tool template. Note that agents using this tool will continue to work as tools are stored as objects in the agent configuration, not as references.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
application/json
Tool template deleted successfully
curl --location --request DELETE 'https://api.hmsovereign.com/api/v1/tool-templates/' \
--header 'Authorization: Bearer <token>'
Response Response Example
Modified at 2026-01-30 13:43:45