Request DELETE /storage/user/theme Description Delete specific theme. Request body * : required { *"auth": { *"id": "String", *"email": "String" }, *"theme_id": "String" } Success response { "err": false } Error response { "err": true, "msg": "String" }