Skip to main content
DELETE
/
v1
/
engines
/
{id}
Delete an engine
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Engine ID

Response

Engine deleted