cURL
curl --request DELETE \ --url https://api.veryfront.com/projects/{project_reference}/tools/{tool_id} \ --header 'Authorization: Bearer <token>'
{ "ok": true }
Deletes a structured tool source file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tool identifier
Tool deleted
true