Skip to main content
DELETE
/
api
/
v3
/
answer-engine
/
{engine_id}
Delete Answer Engine
curl --request DELETE \
  --url https://api.nugen.in/api/v3/answer-engine/{engine_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

engine_id
string
required

Unique answer engine identifier (e.g. ae_8c625d9d71)

Response

Returns a confirmation message after successfully deleting the answer engine

Response returned after successfully deleting an answer engine.

message
string
required