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"
}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"
}Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token
"8e8e9b4b-4d4b-4b4b-4b4b-4b4b4b4b4b4b"
Was this page helpful?