DELETE

Delete an existing theme by theme ID (permanently deletes the theme)

DELETE

DELETE https://api.eyelevel.ai/v1/partner/theme/:apiKey/:themeId

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

themeId

integer

Theme ID

{
    "message": "OK"
}

Response

{
    "message": "OK"
}

Last updated