Delete application and all associated data
Required Permission: mad.application.management.remove
Permanently deletes an application along with all associated builds, distribution links, analytics data, and configuration settings, this operation cannot be undone and should be used with caution.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"delete": "OK"
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}