cURL
curl --request DELETE \ --url https://api-mycroft.sherlocker.com.br/api/v1/v1/engines/{id} \ --header 'Authorization: Bearer <token>'
{ "type": "<string>", "title": "<string>", "status": 0, "detail": "<string>", "instance": "<string>" }
Delete a custom engine. Template engines and engines referenced by operations cannot be deleted.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Engine ID
Engine deleted