cURL
curl --request DELETE \ --url https://api.production.hyperoru.com/api/hyper-ai/tools/{tool_name}/config \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "message": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Tool name
Tool configuration removed
Generic { "status": "success", "message": "..." } ack used by handlers whose primary purpose is side effects (toggles, deletes, async starts).
{ "status": "success", "message": "..." }
"success"
Was this page helpful?