Deletes an application by its ID.
success
if successful, error
if not.error
if not successful.UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.APP_NOT_FOUND
: The specified application does not exist.APP_ID_REQUIRED
: The application ID was not provided.DELETE_APP_FAILED
: The application could not be deleted.