Deletes an organization by its ID.
success
if successful, error
if not.ORGANIZATION_DELETED
).error
if not successful.UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.ORGANIZATION_NOT_FOUND
: The specified organization does not exist or the user is not the owner.