Pria UI now available in Dark mode !
cURL
curl --request DELETE \ --url http://localhost:3000/api/admin/tool/{id} \ --header 'x-access-token: <api-key>'
{ "success": true, "message": "User institution deleted successfully" }
Removes a tool configuration
JWT token passed in x-access-token header
Tool ID
Tool deleted successfully
true
Success message
"User institution deleted successfully"
Was this page helpful?