curl --location --request DELETE 'https://api.superagent.sh/api/v1/tools/{toolId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}
Delete a single tool.
curl --location --request DELETE 'https://api.superagent.sh/api/v1/tools/{toolId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}
tool
id.curl --location --request DELETE 'https://api.superagent.sh/api/v1/tools/{toolId}' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": null
}