Skip to main content
DELETE
/
v1
/
voice-agents
/
web-tool
/
{id}
Delete a web tool by Id.
curl --request DELETE \
  --url https://api.tryhamsa.com/v1/voice-agents/web-tool/{id} \
  --header 'Authorization: <api-key>'
{
  "success": false,
  "message": "Web tool deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tryhamsa.com/llms.txt

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

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Path Parameters

id
string<uuid>
required
Example:

"8e8e9b4b-4d4b-4b4b-4b4b-4b4b4b4b4b4b"

Response

Successful response

success
boolean
default:false
message
string
default:success
Example:

"Web tool deleted successfully"