ARCHIVE

Archive and deactivate an existing EyeLevel customer account

ARCHIVE

DELETE https://api.eyelevel.ai/v1/partner/customer/:apiKey

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

{
  "message": "OK"
}

Request

{
  "customerDelete": BOOLEAN
}

customerDelete

OPTIONAL - Boolean

Defines if customer's EyeLevel account should be removed with all related resources created on it's behalf. Default is false.

Response

{
  "message": "OK"
}

Last updated