DELETE

Delete an existing custom API integration by integration name (permanently deletes the custom integration)

CREATE

POST https://api.eyelevel.ai/v1/partner/integration/custom/:apiKey/:name

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

name

string

Name of custom integration

{
    "message": "OK"
}

Response

{
    "message": "OK"
}

Last updated