Skip to main content
DELETE
/
api
/
hyper-ai
/
tools
/
{tool_name}
/
config
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>"
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Path Parameters

tool_name
string
required

Tool name

Response

Tool configuration removed

Generic { "status": "success", "message": "..." } ack used by handlers whose primary purpose is side effects (toggles, deletes, async starts).

status
string
required
Example:

"success"

message
string | null