RESET

Remove the current NLP definition from an existing EyeLevel chat flow by flow ID

RESET

DELETE https://api.eyelevel.ai/v1/partner/flow/nlp/:apiKey/:id

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

id

string

Flow ID

{
    "message": "OK"
}

Response

{
    "message": "OK"
}

Last updated