admin/themes/delete

Deletes a theme permanently. No way to get it back. The related uploaded file will be deleted as well
Params
- id, required, int. Identifier of a theme being deleted. If a theme identified by the passed id is missing the method will return Error code 400 and 'ID is invalid' message

{
    "accessToken": null,
    "id": null
}