Delete Project
⚠️ Note: projects cannot be deleted manually via MQTT API at the moment. project deletion is currently handled within the application.
Description
When a user deletes an project through the application, the system emits a response containing the project details. This document outlines the response structure and relevant topic information for reference.
Response Topic
LYT/41e0d6b2-37de-43d8-a348-4ba94853b6cd/PROJECT/E/ACTION
Response Payload
Success Response
{
"message": "success",
"version": "v1.0",
"action": "delete",
"data": {
"project_uuid": "41e0d6b2-37de-43d8-a348-4ba94853b6cd"
}
}