Delete an answer engine by its ID.
Path Parameters:
engine_id: Unique identifier of the answer engine (e.g. ae_8c625d9d71)Returns:
message: Confirmation messageRaises:
404: Engine not foundExample Request:
curl -X DELETE https://api.nugen.in/api/v3/answer-engine/ae_8c625d9d71 \
-H "Authorization: Bearer <api_key>"
Example Response:
{
"message": "Answer engine ae_8c625d9d71 deleted successfully"
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique answer engine identifier (e.g. ae_8c625d9d71)
Returns a confirmation message after successfully deleting the answer engine
Response returned after successfully deleting an answer engine.