cURL
curl --request DELETE \ --url https://cloud.onyx.app/api/admin/tool/custom/{tool_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Authorization header with Bearer token
Successful Response
Was this page helpful?