DELETE

Permanently delete an existing NLP category by flow ID

DELETE

DELETE https://api.eyelevel.ai/v1/partner/nlp/category/:apiKey/:categoryId

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

categoryId

integer

NLP category identifier

{
    "message": "OK"
}

Response

{
    "message": "OK"
}

Last updated