Skip to main content
DELETE
/
tools
/
{tool_id}
도구 삭제
curl --request DELETE \
  --url https://client-api.tryvox.co/v3/tools/{tool_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "Request validation failed.",
    "details": {
      "field": "name",
      "reason": "must not be blank"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.tryvox.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

조직 API 키를 Authorization: Bearer <token> 형식으로 보냅니다.

Path Parameters

tool_id
string<uuid>
required

도구 ID.

Response

성공 응답